From dd0f44984d23f8953affce76fed4735a04c60803 Mon Sep 17 00:00:00 2001 From: Leonardo Rochael Almeida Date: Thu, 8 Sep 2016 11:54:38 -0300 Subject: pytest: ignore all .* directories In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 640716a6..b35abfa9 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 .tox +norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .* flake8-ignore = setuptools/site-patch.py F821 setuptools/py*compat.py F811 -- cgit v1.2.1