Skip to content

Commit

Permalink
test: set PYTHONDONTWRITEBYTECODE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 13, 2023
1 parent 12d5a70 commit 5a75506
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 @@ -10,6 +10,8 @@ env_list =
py38-django{42,41,40,32}

[testenv]
set_env =
PYTHONDONTWRITEBYTECODE=1
deps =
# Avoid duplicate test deps with Poetry deps
pytest
Expand Down

0 comments on commit 5a75506

Please sign in to comment.