From 39077379f07575ee1727a45e665516ccfd068242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 14 Feb 2024 19:54:55 +0100 Subject: [PATCH] CI: remove non-ASCII chars from tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2fe5d8422..b261137cb 100644 --- a/tox.ini +++ b/tox.ini @@ -115,7 +115,7 @@ deps = {[testenv:py35]deps} basepython = python3.8 deps = {[testenv:py35]deps} -; Will not work due to “requires = virtualenv<20.22.0” above, which is required +; Will not work due to "requires = virtualenv<20.22.0" above, which is required ; for py2.7 to work. ; [testenv:pypy3] ; basepython = pypy3