Remove pydantic from tox Python < 3.6

This commit is contained in:
Roman Mogylatov 2021-02-03 08:04:24 -05:00
parent 48761c8eb5
commit b642769c89

View File

@ -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