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