We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040f91b commit 2e095e1Copy full SHA for 2e095e1
release-test.sh
@@ -25,8 +25,8 @@ run_tests() {
25
"${test_prefix}"bin/py.test "--ignore=${mod_loc}/schemas/" \
26
--pyargs -x ${module} -n auto --dist=loadfile
27
}
28
-pipver=20.3.3 # minimum required version of pip for Python 3.10
29
-setuptoolsver=50.0.1 # fix for "AttributeError: module 'importlib.util' has no attribute 'abc'"
+pipver=20.3.4 # minimum required version of pip for Python 3.10
+setuptoolsver=52.0.0
30
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
31
32
rm -Rf testenv? || /bin/true
0 commit comments