From 10e1523a77919e0fd65098946aa1f6dcbceca087 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 27 Jul 2016 11:45:36 +0200 Subject: ignore .tox in pytest avoids errors in setup.py test if tox has been run --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index c693a4c3..640716a6 100755 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_tests.txt --ignore scripts/upload-old-releases-as-zip.py --ignore pavement.py -norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern +norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .tox flake8-ignore = setuptools/site-patch.py F821 setuptools/py*compat.py F811 -- cgit v1.2.3