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:
Julien Cristau 2022-08-30 19:14:17 +02:00
Родитель f6fe32be12
Коммит cfa8c2dfb1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,6 @@ python_files =
tests.py
addopts =
-rxEfsw
--strict
--doctest-modules
--doctest-glob=\*.rst
--tb=short