Skip to content

Commit

Permalink
Turn off byte code generation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed Oct 9, 2024
1 parent 0d20f62 commit 92fbb4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ passenv =
setenv =
SMOKE_TEST = true
BAYBE_TEST_ENV = FULLTEST
PYTHONDONTWRITEBYTECODE = false
commands =
python --version
pytest -p no:warnings --cov=baybe --durations=5 {posargs}
Expand All @@ -27,6 +28,7 @@ passenv =
setenv =
SMOKE_TEST = true
BAYBE_TEST_ENV = CORETEST
PYTHONDONTWRITEBYTECODE = false
commands =
python --version
pytest -p no:warnings --cov=baybe --durations=5 {posargs}
Expand Down

0 comments on commit 92fbb4d

Please sign in to comment.