mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-05 14:10:49 +03:00
Move aiohttp fix to a different place in tox
This commit is contained in:
parent
386f2c25f6
commit
74b7591756
11
tox.ini
11
tox.ini
|
@ -5,13 +5,12 @@ envlist=
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
unittest2
|
unittest2
|
||||||
|
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
|
||||||
|
typing_extensions
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
aiohttp
|
aiohttp
|
||||||
|
|
||||||
# TODO: Hotfix, remove when fixed https://github.com/aio-libs/aiohttp/issues/5107
|
|
||||||
typing_extensions
|
|
||||||
commands=
|
commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py3*.py
|
unit2 discover -s tests/unit -p test_*_py3*.py
|
||||||
|
|
||||||
|
@ -31,6 +30,8 @@ commands=
|
||||||
coveralls
|
coveralls
|
||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
|
deps=
|
||||||
|
unittest2
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
|
@ -38,6 +39,8 @@ commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||||
|
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
|
deps=
|
||||||
|
unittest2
|
||||||
extras=
|
extras=
|
||||||
flask
|
flask
|
||||||
commands=
|
commands=
|
||||||
|
@ -51,6 +54,8 @@ commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py3.py
|
unit2 discover -s tests/unit -p test_*_py3.py
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
|
deps=
|
||||||
|
unittest2
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
|
|
Loading…
Reference in New Issue
Block a user