tox.ini: exclude pytest !=8.0.1,!=8.0.2
Fixes #3458 (or rather works around it)
This commit is contained in:
parent
927ea07f55
commit
963aeec1c1
4
tox.ini
4
tox.ini
@ -14,9 +14,11 @@ download = true
|
||||
# building lxml from source takes too long on CI, force it to download pre-compiled
|
||||
# wheel or fail if none is found with --only-binary=lxml
|
||||
install_command = python -m pip install --only-binary=lxml {opts} {packages}
|
||||
# exclude pytest 8.0.{1,2} because our tests mysteriously fail with those
|
||||
# https://github.com/fonttools/fonttools/issues/3458
|
||||
deps =
|
||||
cov: coverage>=4.3
|
||||
pytest>=7.0.0
|
||||
pytest>=7.0.0,!=8.0.1,!=8.0.2
|
||||
pytest-randomly
|
||||
# add -noextra to tox -e to skip installing extras and only test the core fonttools
|
||||
!noextra: -rrequirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user