AttributeError: module 'py' has no attribute 'io'
Steps:
clone Pytest
git clone https://github.com/pytest-dev/pytest.git
Run tox:
tox
Result:
AttributeError: module 'py' has no attribute 'io'
everything else is working fine. What am I do wrong?