We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df53a7b commit 80f6ccaCopy full SHA for 80f6cca
tox.ini
@@ -18,8 +18,8 @@ conda_channels = conda-forge
18
passenv = *
19
setenv =
20
PYTHONPATH = {toxinidir}
21
- MULTIDICT_NO_EXTENSIONS = 1 ; Related to https://github.com/aio-libs/multidict
22
- YARL_NO_EXTENSIONS = 1 ; Related to https://github.com/aio-libs/yarl
+ MULTIDICT_NO_EXTENSIONS = 1
+ YARL_NO_EXTENSIONS = 1
23
GQL_TESTS_TIMEOUT_FACTOR = 10
24
install_command = python -m pip install --ignore-installed {opts} {packages}
25
whitelist_externals =
0 commit comments