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
AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'
Seeing the following error on CI:
ERROR conda_forge_webservices/tests/test_webapp.py::AsyncHTTPTestCase - AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'. Did you mean: 'subTest'?
The text was updated successfully, but these errors were encountered:
Looks potentially related to upstream issue: pytest-dev/pytest#12263
Edit: Maybe we should just pin pytest for now. Done in PR: #615
pytest
Sorry, something went wrong.
8.2.0
No branches or pull requests
Seeing the following error on CI:
The text was updated successfully, but these errors were encountered: