summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-08-07 10:30:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-08-07 10:30:02 -0400
commitf7cff188413bcf94961c7cbef3947ca13747ac3b (patch)
treee3b53e889fe7201369976c92cf42b668a4fd6b1f /pytest.ini
parenta7c11f8b1bb1e0b701d752ba9db97d211b81f2a3 (diff)
downloadpython-setuptools-git-f7cff188413bcf94961c7cbef3947ca13747ac3b.tar.gz
Prefer tabs
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: