From b106507c8bd7f8c5c523f5f23dc75bfc1244a32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sun, 11 Dec 2022 23:55:15 -0800 Subject: [PATCH] MAINT: fixing compatibility of tox v4 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 71b8a547..a3c005b6 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,8 @@ deps = # oldestdeps: matplotlib==3.1.2 # oldestdeps: scipy==1.4 +allowlist_externals = bash + commands = devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy