diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-08-10 03:57:58 +0200 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-10-07 23:23:08 +0200 |
| commit | 0d831c90e345ba6e7d0f82954f0cec5bdaa8501b (patch) | |
| tree | 4693790688a9a8de6eed33aa410100eb200bd23d /pytest.ini | |
| parent | 734d09c5a3f48338b6a3d7687c5f9d0ed02ab479 (diff) | |
| download | python-setuptools-git-0d831c90e345ba6e7d0f82954f0cec5bdaa8501b.tar.gz | |
improve workaround for #1644
Make it possible to use a more recent version of pip for tests.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [pytest] addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX -norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .* +norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern tools .* flake8-ignore = setuptools/site-patch.py F821 setuptools/py*compat.py F811 |
