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
Running tests with ./docker_test.sh, we can see a warning in al python versions:
.venv/lib/python3.10/site-packages/pytest_cov/plugin.py:242
/app/.venv/lib/python3.10/site-packages/pytest_cov/plugin.py:242: PytestDeprecationWarning: The hookimpl CovPlugin.pytest_testnodedown uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(optionalhook=True) decorator instead
to configure the hooks.
See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
def pytest_testnodedown(self, node, error):
The text was updated successfully, but these errors were encountered:
Running tests with
./docker_test.sh
, we can see a warning in al python versions:The text was updated successfully, but these errors were encountered: