1 --- hypothesis-hypothesis-python-6.119.3/hypothesis-python/tox.ini.orig
2 +++ hypothesis-hypothesis-python-6.119.3/hypothesis-python/tox.ini
7 - -r../requirements/test.txt
8 + -r../requirements/test.in
13 brief: python -bb -X dev -m pytest -n auto tests/cover/test_testdecorators.py {posargs}
14 cover: python -bb -X dev -m pytest -n auto tests/cover/ tests/pytest/ tests/conjecture/ {posargs}
15 conjecture: python -bb -X dev -m pytest -n auto tests/conjecture/ {posargs}
16 - nocover: python -bb -X dev -m pytest -n auto tests/nocover/ {posargs}
17 + python -bb -X dev -m pytest -n auto tests/nocover/ {posargs}
18 niche: bash scripts/other-tests.sh
19 custom: python -bb -X dev -m pytest {posargs}