Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
picsel2 committed Mar 1, 2024
1 parent a445dd8 commit 6d0110e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
sudo meson install
- name: Run unit tests with Pytest
run: |
python -c "import sys; print(sys.path)"
env
PYTHONPATH=/usr/local/lib/python3.11/site-packages PYTHONSAFEPATH=1 pytest ./tests
export PYTHONPATH=/usr/local/lib/python3.11/site-packages
pytest
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
addopts = [
"--import-mode=importlib",
]
testpaths = [
"tests",
]

0 comments on commit 6d0110e

Please sign in to comment.