python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / hypothesis / patches / 01-enable-tests.patch
blobbaf0cc66d13d33a36c1277ac31f3827184f9b379
1 --- hypothesis-hypothesis-python-6.119.3/hypothesis-python/tox.ini.orig
2 +++ hypothesis-hypothesis-python-6.119.3/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}