Marcel Telka
2024-03-02 a2e793d9607a18f39a2e463089ec4ad58060a204
commit | author | age
7dfd7c 1 We do not need to build wheels during testing so let's remove tox-wheel.
MT 2
a2e793 3 --- twisted-24.3.0/tox.ini.orig
MT 4 +++ twisted-24.3.0/tox.ini
7dfd7c 5 @@ -19,8 +19,7 @@
a0df6a 6  minversion=3.24.1
7dfd7c 7  requires=
MT 8      virtualenv>=20.7.2
a0df6a 9 -    tox-wheel>=0.6.0
7dfd7c 10 -    tox < 4
MT 11 +    tox
a0df6a 12  skip_missing_interpreters=True
MT 13  envlist=lint, mypy,
14      apidocs, narrativedocs, newsfragment,
7dfd7c 15 @@ -44,7 +43,7 @@
MT 16  ;; dependencies managed by extras in pyproject.toml
a0df6a 17  extras =
MT 18      ; The "nodeps" build still depends on PyHamcrest.
19 -    nodeps: test
20 +    test
21  
7dfd7c 22      ; FIXME:https://github.com/twisted/twisted/issues/11583
MT 23      ; Once we no longer have custom `towncrier` check the dev_release deps
24 @@ -121,7 +120,7 @@
a0df6a 25      posix: python -c "print('Running on POSIX (no special dependencies)')"
MT 26  
27      ; Run tests without wrapping them using coverage.
28 -    nocov: python -m twisted.trial --temp-directory={envtmpdir}/_trial_temp --reporter={env:TRIAL_REPORTER:verbose} {env:TRIAL_ARGS:-j8} {posargs:twisted}
29 +    python -m twisted.trial --temp-directory={envtmpdir}/_trial_temp --reporter={env:TRIAL_REPORTER:verbose} {env:TRIAL_ARGS:-j8} {posargs:twisted}
30  
31      ; Run the tests wrapped using coverage.
32      withcov: python {toxinidir}/admin/_copy.py {toxinidir}/admin/zz_coverage.pth {envsitepackagesdir}/zz_coverage.pth