setup: don't pass --strict to pytest
pytest 8 removed that option, but the replacement --strict-markers wasn't added until 4.5.0, and we're using 3.10.1 on py2.
This commit is contained in:
Родитель
f6fe32be12
Коммит
cfa8c2dfb1
|
@ -21,7 +21,6 @@ python_files =
|
|||
tests.py
|
||||
addopts =
|
||||
-rxEfsw
|
||||
--strict
|
||||
--doctest-modules
|
||||
--doctest-glob=\*.rst
|
||||
--tb=short
|
||||
|
|
Загрузка…
Ссылка в новой задаче