diff options
| -rw-r--r-- | changelog.d/1905.change.rst | 2 | ||||
| -rw-r--r-- | setuptools/tests/requirements.txt (renamed from tests/requirements.txt) | 0 | ||||
| -rw-r--r-- | tox.ini | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/1905.change.rst b/changelog.d/1905.change.rst index 7b73898c..f0e07a18 100644 --- a/changelog.d/1905.change.rst +++ b/changelog.d/1905.change.rst @@ -1 +1 @@ -Fixed test failure introduced in 41.6.0 when the 'tests' directory is not present. +Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present. diff --git a/tests/requirements.txt b/setuptools/tests/requirements.txt index 19bf5aef..19bf5aef 100644 --- a/tests/requirements.txt +++ b/setuptools/tests/requirements.txt @@ -13,7 +13,7 @@ requires = pip = python {toxinidir}/tools/tox_pip.py [testenv] -deps=-r{toxinidir}/tests/requirements.txt +deps=-r{toxinidir}/setuptools/tests/requirements.txt pip_version = pip install_command = {[helpers]pip} install {opts} {packages} list_dependencies_command = {[helpers]pip} freeze --all |
