We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d305a2 commit 3ef78dbCopy full SHA for 3ef78db
1 file changed
tox.ini
@@ -12,18 +12,11 @@ requires =
12
[testenv]
13
whitelist_externals = poetry
14
deps =
15
- graphene30: graphene>=3.0b5,<4.0
+ graphene30: graphene>=3.0,<3.1
16
pydantic17: pydantic==1.7
17
pydantic18: pydantic==1.8
18
pydantic19: pydantic==1.9
19
pytest
20
pytest-cov
21
commands =
22
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