forked from pool/python-mypy
- Stop skipping tests under Python 3.6.
- Drop -x argument to pytest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy?expand=0&rev=14
This commit is contained in:
@@ -144,9 +144,11 @@ fi
|
||||
# the fake test_module is not in the modulepath without pytest-xdist
|
||||
# or with pytest-xdist >= 2.3 -- https://github.com/python/mypy/issues/11019
|
||||
donttest+=" or teststubtest"
|
||||
# gh#python/mypy#15221
|
||||
donttest+=" or testMathOps or testFloatOps"
|
||||
# fails on Python 3.11.4, see gh#python/mypy#15446. Patch db5b5af1201fff03465b0684d16b6489a62a3d78 does not apply clean, better wait for a new upstream version
|
||||
donttest+=" or PEP561Suite"
|
||||
%pytest -n auto -k "not (testallexcept ${donttest})" -x
|
||||
%pytest -n auto -k "not (testallexcept ${donttest})"
|
||||
%endif
|
||||
|
||||
%post
|
||||
|
||||
Reference in New Issue
Block a user