We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bf36b commit ee9993dCopy full SHA for ee9993d
pyproject.toml
@@ -145,7 +145,10 @@ build_command = "pip install hatch && hatch build"
145
[tool.pytest.ini_options]
146
minversion = "6.0"
147
addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch"
148
-filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
+filterwarnings = [
149
+ "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning",
150
+ "ignore:cannot collect test class 'TestCaseDefinition'.*:pytest.PytestCollectionWarning",
151
+]
152
testpaths = ["tests"]
153
junit_suite_name = "robotcode"
154
# console_output_style = "classic"
0 commit comments