You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/git/github/virtualenv/.tox/dev/lib/python3.8/site-packages/_pytest/compat.py:340: PytestDeprecationWarning: The TerminalReporter.writer attribute is deprecated, use TerminalReporter._tw instead at your own risk.
See https://docs.pytest.org/en/stable/deprecations.html#terminalreporter-writer for more information.
return getattr(object, name, default)
============================================================================================================================= test session starts ==============================================================================================================================
platform darwin -- Python 3.8.5, pytest-6.0.0, py-1.9.0, pluggy-0.13.1
Using --randomly-seed=3450123479
rootdir: /Users/bgabor8/git/github/virtualenv, configfile: setup.cfg
plugins: freezegun-0.4.2, randomly-3.4.1, env-0.6.2, mock-3.2.0, flaky-3.7.0, xdist-1.34.0, timeout-1.4.2, forked-1.3.0, xonsh-0.9.18
collected 1 item
Seems the warning is triggered when pytest is registering the TerminalReporter plugin, which checks if any of the attributes are of type FixtureFunctionMarker 🤔
The text was updated successfully, but these errors were encountered:
within virtualenv test suite 👍 pytest 6.0.0
Seems the warning is triggered when pytest is registering the TerminalReporter plugin, which checks if any of the attributes are of type
FixtureFunctionMarker
🤔The text was updated successfully, but these errors were encountered: