Commit 7c4669cd 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 b3636a08
...@@ -11,8 +11,7 @@ envlist = py27-{ZODB3,ZODB4,ZODB5}-{zblk0,zblk1}-{fs,zeo,neo}-{numpy115,numpy116 ...@@ -11,8 +11,7 @@ envlist = py27-{ZODB3,ZODB4,ZODB5}-{zblk0,zblk1}-{fs,zeo,neo}-{numpy115,numpy116
[testenv] [testenv]
deps = deps =
# why tox does not get it from extras_require['test'] ? .[test]
pytest
# latest ZODB from 3 series # latest ZODB from 3 series
ZODB3: ZODB3 >=3.10, <3.11dev ZODB3: ZODB3 >=3.10, <3.11dev
......
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