makemaker-defaults.mk: fallback COMPONENT_PROJECT_URL to dist
[oi-userland.git] / components / python / hypothesis / patches / 01-enable-tests.patch
blob004b1ed66e073e374e9ee550aba2f70a0a24b057
1 --- hypothesis-hypothesis-python-6.122.1/hypothesis-python/tox.ini.orig
2 +++ hypothesis-hypothesis-python-6.122.1/hypothesis-python/tox.ini
3 @@ -4,7 +4,7 @@
5 [testenv]
6 deps =
7 - -r../requirements/test.txt
8 + -r../requirements/test.in
9 allowlist_externals =
10 bash
11 passenv=
12 @@ -22,7 +22,7 @@
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}