From a7b6544e0e9f363f0df4041d4fa22e1e6cf99b8c Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Fri, 10 Feb 2023 09:52:16 -0500 Subject: [PATCH] Try disabling setuptools<66 constraint on Windows --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 06178a460..c16d466c7 100644 --- a/tox.ini +++ b/tox.ini @@ -76,7 +76,7 @@ commands = # See/follow: https://github.com/gridsync/gridsync/issues/595 deps = {[testenv:pyinstaller]deps} commands = - {envpython} -m pip install setuptools<66 +# {envpython} -m pip install setuptools<66 {envpython} -m pip list {envpython} -m pip check {envpython} -m PyInstaller -y pyinstaller.spec