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 ebfe32f commit b8bf288Copy full SHA for b8bf288
pyproject.toml
@@ -26,3 +26,7 @@ version_files = [
26
[tool.pytest.ini_options]
27
norecursedirs = 'examples/*'
28
addopts = "-s"
29
+filterwarnings = [
30
+ "ignore::FutureWarning",
31
+]
32
+junit_family = "xunit1"
0 commit comments