Marcel Telka
2024-04-09 11cd3607f21207430dcdf0da500f91647e15c5e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- hypothesis-hypothesis-python-6.100.1/hypothesis-python/tox.ini.orig
+++ hypothesis-hypothesis-python-6.100.1/hypothesis-python/tox.ini
@@ -4,7 +4,7 @@
 
 [testenv]
 deps =
-    -r../requirements/test.txt
+    -r../requirements/test.in
 allowlist_externals =
     bash
 passenv=
@@ -21,7 +21,7 @@
     full: bash scripts/basic-test.sh
     brief: python -bb -X dev -m pytest -n auto tests/cover/test_testdecorators.py {posargs}
     cover: python -bb -X dev -m pytest -n auto tests/cover/ tests/pytest/ tests/conjecture/test_inquisitor.py {posargs}
-    nocover: python -bb -X dev -m pytest -n auto tests/nocover/ {posargs}
+    python -bb -X dev -m pytest tests/nocover/ {posargs}
     niche: bash scripts/other-tests.sh
     custom: python -bb -X dev -m pytest {posargs}