Skip to content

Commit 80f6cca

Browse files
committed
Fix tox.ini comments
1 parent df53a7b commit 80f6cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ conda_channels = conda-forge
1818
passenv = *
1919
setenv =
2020
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
21+
MULTIDICT_NO_EXTENSIONS = 1
22+
YARL_NO_EXTENSIONS = 1
2323
GQL_TESTS_TIMEOUT_FACTOR = 10
2424
install_command = python -m pip install --ignore-installed {opts} {packages}
2525
whitelist_externals =

0 commit comments

Comments
 (0)