Commit f858ed70 authored by Kirill Smelkov's avatar Kirill Smelkov

tox: Don't duplicate setup.py on which for-tests dependencies we need

-> Use .[test] to refer to them.
https://stackoverflow.com/a/41398850/9456786
parent 79aab7df
...@@ -3,8 +3,7 @@ envlist = {py27,py36,py37,pypy,pypy3}-{thread,gevent} ...@@ -3,8 +3,7 @@ envlist = {py27,py36,py37,pypy,pypy3}-{thread,gevent}
[testenv] [testenv]
deps = deps =
# why tox does not get it from extras_require['test'] ? .[test]
pytest
# gpython pre-imports installed golang, will get into conflict with # gpython pre-imports installed golang, will get into conflict with
# golang/ if we run pytest from pygolang worktree. Avoid that. # golang/ if we run pytest from pygolang worktree. Avoid that.
......
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