We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recently the pytest call using travis CI broke with python 3.8 dev
See : https://travis-ci.org/HelloZeroNet/ZeroNet/jobs/553544808
Log says :
pytest.py: error: unrecognized arguments: -rsxX inifile: /home/travis/build/HelloZeroNet/ZeroNet/plugins/CryptMessage/Test/pytest.ini rootdir: /home/travis/build/HelloZeroNet/ZeroNet/plugins/CryptMessage/Test
pytest.ini
[pytest] python_files = Test*.py addopts = -rsxX -v --durations=6 markers = webtest: mark a test as a webtest.
It only breaks with python 3.8
Something seems to have changed but cant really tell what....
The text was updated successfully, but these errors were encountered:
Hi @Bjwebb,
Duplicate of #5523, will be fixed in 5.0.1; meanwhile a workaround is to use -r sxX instead.
5.0.1
-r sxX
(I'm pinning #5523 so it is more visible)
Sorry, something went wrong.
No branches or pull requests
Recently the pytest call using travis CI broke with python 3.8 dev
See : https://travis-ci.org/HelloZeroNet/ZeroNet/jobs/553544808
Log says :
pytest.ini
It only breaks with python 3.8
Something seems to have changed but cant really tell what....
The text was updated successfully, but these errors were encountered: