diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-20 11:31:23 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-20 11:38:51 -0500 |
| commit | f9e279df7d75f2bfcba92c3393c4c64e25e6dcb7 (patch) | |
| tree | e715067cfc58391b46c41c1067ac428f3d8b00a5 | |
| parent | a0fe403c141369defacf12dccbdc01634bbcb1da (diff) | |
| download | python-setuptools-git-f9e279df7d75f2bfcba92c3393c4c64e25e6dcb7.tar.gz | |
Move test dependencies into the package, removing 'tests' directory which masks the error reported in #1896.
| -rw-r--r-- | setuptools/tests/requirements.txt (renamed from tests/requirements.txt) | 0 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/setuptools/tests/requirements.txt index cb3e6726..cb3e6726 100644 --- a/tests/requirements.txt +++ b/setuptools/tests/requirements.txt @@ -8,7 +8,7 @@ envlist=python [testenv] -deps=-rtests/requirements.txt +deps=-rsetuptools/tests/requirements.txt # Changed from default (`python -m pip ...`) # to prevent the current working directory # from being added to `sys.path`. |
