/
UCS
/
pybind11
Обзор
Документация
Войти
/
UCS
/
pybind11
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/pytest.ini
22 строки
768 B
Henry Schreiner
chore: drop Python 3.5 (#3719)
12 фев 2022, 03:06
Не верифицирован
12 фев 2022, 03:06
522c59c
Код
Авторство
О чём код?
[pytest] minversion = 3.10 norecursedirs = test_* extra_* xfail_strict = True addopts = # show summary of tests -ra # capture only Python print and C++ py::print, but not C output (low-level Python errors) --capture=sys # Show local info when a failure occurs --showlocals log_cli_level = info filterwarnings = # make warnings into errors but ignore certain third-party extension issues error # somehow, some DeprecationWarnings do not get turned into errors always::DeprecationWarning # importing scipy submodules on some version of Python ignore::ImportWarning # bogus numpy ABI warning (see numpy/#432) ignore:.*numpy.dtype size changed.*:RuntimeWarning ignore:.*numpy.ufunc size changed.*:RuntimeWarning