We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a75ebc + f331f17 commit 4aa86e3Copy full SHA for 4aa86e3
setup.cfg
@@ -5,5 +5,5 @@ max-line-length = 160
5
[isort]
6
known_first_party=graphql
7
8
-[pytest]
+[tool:pytest]
9
norecursedirs = venv .tox .cache
tox.ini
@@ -8,8 +8,8 @@ setenv =
deps =
pytest>=2.7.2
10
pytest-flask>=0.10.0
11
- graphql-core>=2.1
12
- graphql-server-core>=1.1
+ graphql-core>=2.1,<3
+ graphql-server-core>=1.1,<2
13
Flask>=0.10.0
14
pytest-cov
15
commands =
0 commit comments