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
Oh dear. I removed the pytest-timeout plugin and that made things differently bad:
test/test_plugin.py:95
/tmp/autopkgtest.jdEbbc/build.5FP/src/test/test_plugin.py:95: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
@pytest.mark.timeout(seconds=0.1)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
Here's the output I'm getting when running the test suite:
It looks as though it may be interpreting
@pytest.mark.timeout(seconds=10)
using thepytest-timeout
plugin rather than your plugin. Any suggestions?Thanks!
The text was updated successfully, but these errors were encountered: