Skip to content

Commit e301a49

Browse files
committed
Remove graphene 2.0 and 2.1 from tox
1 parent 8bfd8f6 commit e301a49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# https://tox.readthedocs.io/en/latest/example/basic.html#compressing-dependency-matrix
22
[tox]
3-
envlist = py{36,37,38}-graphene{20,21,30}-pydantic{1}
3+
envlist = py{36,37,38}-graphene{30}-pydantic{1}
44
isolated_build = true
55

66
[testenv]
77
whitelist_externals = poetry
88
deps =
99
graphene30: graphene>=3.0b5
10-
graphene20: graphene>=2.0,<2.1
11-
graphene21: graphene>=2.1,<3.0
1210
pydantic1: pydantic>=1.0,<2.0
1311
pytest
1412
pytest-cov

0 commit comments

Comments
 (0)