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
$ pytest --helpTraceback (most recent call last): File "/tmp/x/venv/bin/pytest", line 6, in <module> from pytest import main File "/tmp/x/venv/lib/python3.6/site-packages/pytest.py", line 13, in <module> from _pytest.fixtures import fixture, yield_fixture File "/tmp/x/venv/lib/python3.6/site-packages/_pytest/fixtures.py", line 832, in <module> class FixtureFunctionMarker(object): File "/tmp/x/venv/lib/python3.6/site-packages/_pytest/fixtures.py", line 834, in FixtureFunctionMarker params = attr.ib(convert=attr.converters.optional(tuple))TypeError: attrib() got an unexpected keyword argument 'convert'
The fix is to either upgrade pytest or to downgrade attrs
gustavokitman, muhzii, emcoy2, hadrien, PGrothaus and 13 more