Skip to content

Commit 3ef78db

Browse files
committed
Reapply tox.ini changes that were lost in the rebase
1 parent 5d305a2 commit 3ef78db

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tox.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,11 @@ requires =
1212
[testenv]
1313
whitelist_externals = poetry
1414
deps =
15-
graphene30: graphene>=3.0b5,<4.0
15+
graphene30: graphene>=3.0,<3.1
1616
pydantic17: pydantic==1.7
1717
pydantic18: pydantic==1.8
1818
pydantic19: pydantic==1.9
1919
pytest
2020
pytest-cov
2121
commands =
2222
pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic {posargs}
23-
24-
[gh-actions]
25-
python =
26-
3.7: py37
27-
3.8: py38, mypy
28-
3.9: py39
29-
3.10: py310

0 commit comments

Comments
 (0)