mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-23 14:29:53 +03:00
Remove pydantic from tox Python < 3.6
This commit is contained in:
parent
48761c8eb5
commit
b642769c89
3
tox.ini
3
tox.ini
|
@ -37,7 +37,6 @@ deps=
|
||||||
unittest2
|
unittest2
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
pydantic
|
|
||||||
flask
|
flask
|
||||||
commands=
|
commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||||
|
@ -55,7 +54,6 @@ deps=
|
||||||
unittest2
|
unittest2
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
pydantic
|
|
||||||
flask
|
flask
|
||||||
commands=
|
commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py3.py
|
unit2 discover -s tests/unit -p test_*_py3.py
|
||||||
|
@ -65,7 +63,6 @@ deps=
|
||||||
unittest2
|
unittest2
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
pydantic
|
|
||||||
flask
|
flask
|
||||||
commands=
|
commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user