Skip to content

Commit

Permalink
fixup python path
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Sep 12, 2024
1 parent 97ffd3f commit 7e49208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/slurm_ops/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from pathlib import Path

import pytest

from lib.charms.hpc_libs.v0.slurm_ops import SlurmctldManager
from charms.hpc_libs.v0.slurm_ops import SlurmctldManager


@pytest.fixture
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_hpc_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ acts:
venv/bin/python3 -m pip install -r dev-requirements.txt
- name: "Run `slurm_ops` integration tests"
run: |
PYTHONPATH=./lib \
venv/bin/python3 -m pytest -v \
-s \
--tb native \
Expand Down

0 comments on commit 7e49208

Please sign in to comment.