mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 05:56:19 +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
|
||||
extras=
|
||||
yaml
|
||||
pydantic
|
||||
flask
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||
|
@ -55,7 +54,6 @@ deps=
|
|||
unittest2
|
||||
extras=
|
||||
yaml
|
||||
pydantic
|
||||
flask
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py3.py
|
||||
|
@ -65,7 +63,6 @@ deps=
|
|||
unittest2
|
||||
extras=
|
||||
yaml
|
||||
pydantic
|
||||
flask
|
||||
commands=
|
||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user