From 4598c1a2a918f2f74e7242df775308841e477038 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sun, 30 Jun 2019 14:25:12 +0200 Subject: tests: tweak default pytest arguments to fix Python 3.8 support --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pytest.ini') 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 -- cgit v1.2.3