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
Traceback (most recent call last):
File "/opt/python/3.6.3/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/opt/python/3.6.3/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/pytest.py", line 10, in <module>
from _pytest.fixtures import fixture, yield_fixture
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/fixtures.py", line 17, in <module>
from _pytest import nodes
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/nodes.py", line 11, in <module>
from _pytest.mark.structures import NodeKeywords, MarkInfo
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/mark/__init__.py", line 4, in <module>
from .structures import (
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/mark/structures.py", line 306, in <module>
class MarkInfo(object):
File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/mark/structures.py", line 309, in MarkInfo
_marks = attr.ib(converter=list)
TypeError: attrib() got an unexpected keyword argument 'converter'
Maybe yes. Can you try putting attrs==17.4.0 in test-requirements.txt, update pytest and submit a PR with these changes? Then we'll see if Travis is happy.
E.g. #139
The error is:
Very similar to python-jsonschema/jsonschema#449, pytest-dev/pytest#3280, pytest-dev/pytest#3228.
The text was updated successfully, but these errors were encountered: