Closed victor-denisenko closed 2 years ago
Travis CI failed on Python 2.6 which will no longer supported in version 0.11.0. Should I change code, to try to support 2.6? Or can you remove Python 2.6, and add Python 3.9 build job?
Thanks for the PR, this should be fixed now with us dropping py2 support.
PR related to #222
DeprecationWarning: Please use assertRaisesRegex instead.
: replaceassertRaisesRegexp()
(deprecated since 3.2) tosix.assertRaisesRegex()
PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_compliance will be ignored
: remove yield tests, create test functions' generator intest_compliance.py
.tests\test_compliance.py#load_cases(full_path)
future
,six
After this PR, command
python -Bm pytest -ra
collect and execute all 976 tests (before changes collected only 80 tests).