conda-forge / conda-forge-webservices

the heroku app deployed to run conda-forge admin commands and linting
BSD 3-Clause "New" or "Revised" License
7 stars 32 forks source link

CI failing: `AttributeError: 'AsyncHTTPTestCase' object has no attribute 'runTest'` #614

Open jakirkham opened 2 months ago

jakirkham commented 2 months ago

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'?
jakirkham commented 2 months ago

Looks potentially related to upstream issue: https://github.com/pytest-dev/pytest/issues/12263

Edit: ~Maybe we should just pin pytest for now.~ Done in PR: https://github.com/conda-forge/conda-forge-webservices/pull/615