Skip to content

Commit

Permalink
Pyjion in single process
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Dec 2, 2021
1 parent b382816 commit 8a4d41d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ setenv =
HYPOTHESIS_PYJION = true
commands =
# TODO: use `pyjion -m ...` instead of the hack in tests/common/setup.py
python -m pytest tests/cover tests/pytest tests/nocover -n auto
# TODO: restore `-n auto` (looks like JIT broke pytest plugin handling)
python -m pytest tests/cover tests/pytest tests/nocover

[testenv:quality]
deps=
Expand Down

0 comments on commit 8a4d41d

Please sign in to comment.