Commit f9e279df authored by Jason R. Coombs's avatar Jason R. Coombs

Move test dependencies into the package, removing 'tests' directory which...

Move test dependencies into the package, removing 'tests' directory which masks the error reported in #1896.
parent a0fe403c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
envlist=python envlist=python
[testenv] [testenv]
deps=-rtests/requirements.txt deps=-rsetuptools/tests/requirements.txt
# Changed from default (`python -m pip ...`) # Changed from default (`python -m pip ...`)
# to prevent the current working directory # to prevent the current working directory
# from being added to `sys.path`. # from being added to `sys.path`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment