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
I've built my own container based off DLC (and I've attached the code used to build my own image)
Concise Description:
I'm getting the following error ModuleNotFoundError: No module named '_pytest.resultlog' when trying to run our tests with Python 3.10 and the latest version of pytest. We should update our dependencies and imports following the changes in pytest-dev/pytest-rerunfailures#128 to address the removal of this module.
The text was updated successfully, but these errors were encountered:
Checklist
Concise Description:
I'm getting the following error
ModuleNotFoundError: No module named '_pytest.resultlog'
when trying to run our tests with Python 3.10 and the latest version of pytest. We should update our dependencies and imports following the changes in pytest-dev/pytest-rerunfailures#128 to address the removal of this module.The text was updated successfully, but these errors were encountered: