aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-06-30 14:25:12 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2019-06-30 14:25:12 +0200
commit4598c1a2a918f2f74e7242df775308841e477038 (patch)
treee7dbac7de51fb23a9008c5fc6c984ce62f51a498 /pytest.ini
parent10fe6be3d61414bd6cd9ed723e961d7ea8f5fd61 (diff)
downloadexternal_python_setuptools-4598c1a2a918f2f74e7242df775308841e477038.tar.gz
external_python_setuptools-4598c1a2a918f2f74e7242df775308841e477038.tar.bz2
external_python_setuptools-4598c1a2a918f2f74e7242df775308841e477038.zip
tests: tweak default pytest arguments to fix Python 3.8 support
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 1c5b6b09..612fb91f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -rsxX
+addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
setuptools/site-patch.py F821