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