summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/pytest.ini b/pytest.ini
index 0191f5ee..a388360c 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,10 +1,10 @@
[pytest]
addopts=--doctest-modules
filterwarnings=
- # acknowledge that TestDistribution isn't a test
- ignore:cannot collect test class 'TestDistribution'
- ignore:Fallback spawn triggered
+ # acknowledge that TestDistribution isn't a test
+ ignore:cannot collect test class 'TestDistribution'
+ ignore:Fallback spawn triggered
- # ignore spurious and unactionable warnings
- ignore:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning:
- ignore: The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning:
+ # ignore spurious and unactionable warnings
+ ignore:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning:
+ ignore: The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning: