diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 10:43:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-28 10:43:17 -0400 |
| commit | 383791fef897ea5b75aabde5dc357317348b31b0 (patch) | |
| tree | 71d08cfac3b9b3fae029c348409113b91397905c | |
| parent | 93c69277ef3519239857263d8c996fce23335d38 (diff) | |
| parent | 10e1523a77919e0fd65098946aa1f6dcbceca087 (diff) | |
| download | python-setuptools-git-383791fef897ea5b75aabde5dc357317348b31b0.tar.gz | |
Merge pull request #697 from minrk/ignore-tox-pytest
ignore .tox in pytest
| -rwxr-xr-x | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
