Closed tooming closed 5 years ago
After starting using pytest version 3.1.0, which is now including pytest-warnings into the core, I'm getting a DeprecationWarning:
/usr/local/lib/python3.5/dist-packages/pytest_tornado/plugin.py:62: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead spec = inspect.getargspec(func)
pytest changelog: https://docs.pytest.org/en/latest/changelog.html
Since pytest 4.0.0 is already there this issue is causing errors in CI when pytest is not pinned.
pytest
4.0.0
After starting using pytest version 3.1.0, which is now including pytest-warnings into the core, I'm getting a DeprecationWarning:
/usr/local/lib/python3.5/dist-packages/pytest_tornado/plugin.py:62: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead spec = inspect.getargspec(func)
pytest changelog: https://docs.pytest.org/en/latest/changelog.html