--- hypothesis-hypothesis-python-6.151.5/hypothesis-python/tox.ini.orig +++ hypothesis-hypothesis-python-6.151.5/hypothesis-python/tox.ini @@ -5,7 +5,7 @@ [testenv] basepython={env:TOX_PYTHON_VERSION:python3} deps = - -r../requirements/test.txt + -r../requirements/test.in extras = zoneinfo allowlist_externals = @@ -28,7 +28,7 @@ cover: python -bb -X dev -m pytest -n auto tests/cover/ tests/pytest/ tests/conjecture/ {posargs} rest: python -bb -X dev -m pytest -n auto tests/ --ignore=tests/cover/ --ignore=tests/pytest/ --ignore=tests/conjecture/ --ignore=tests/nocover/ --ignore=tests/quality/ --ignore=tests/ghostwriter/ --ignore=tests/patching/ --ignore=tests/crosshair/test_crosshair.py {posargs} conjecture: python -bb -X dev -m pytest -n auto tests/conjecture/ {posargs} - nocover: python -bb -X dev -m pytest -n auto tests/nocover/ {posargs} + python -bb -X dev -m pytest -n auto tests/nocover/ {posargs} niche: bash scripts/other-tests.sh custom: python -bb -X dev -m pytest {posargs}