pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

Fix Pytest4.x compatibility errors #222

Open stanislavlevin opened 5 years ago

stanislavlevin commented 5 years ago

This patch should fix such errors/warnings as:

Fixes: https://github.com/pytest-dev/py/issues/209

But there are other not fixed warnings, for example:

testing/code/test_source.py:282
  testing/code/test_source.py:282: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_compilefuncs_and_path_sanity will be ignored
    def test_compilefuncs_and_path_sanity(self):