Skip to content

Commit b9cf2ec

Browse files
committed
fixed dependencies in tox.ini
1 parent 700b07b commit b9cf2ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ setenv = PYTHONPATH = {toxinidir}/src
4444
deps =
4545
{[testenv:tests]deps}
4646
.[type_check]
47-
.[pydantic]
4847
.[cli]
4948
commands =
5049
mypy --show-error-codes src/fundamend --strict
@@ -68,7 +67,6 @@ changedir = unittests
6867
deps =
6968
{[testenv:tests]deps}
7069
.[coverage]
71-
.[pydantic]
7270
.[cli]
7371
setenv = PYTHONPATH = {toxinidir}/src
7472
commands =
@@ -104,6 +102,5 @@ commands =
104102
usedevelop = True
105103
deps =
106104
-r requirements.txt
107-
.[pydantic]
108105
commands =
109-
python json_schemas/generate_json_schemas.py
106+
python json_schemas/generate_json_schemas.py

0 commit comments

Comments
 (0)