@@ -7,7 +7,7 @@ package=schema-salad
7
7
module=schema_salad
8
8
repo=https://github.com/common-workflow-language/schema_salad.git
9
9
run_tests=" py.test --pyarg ${module} "
10
- pipver=6.0 # minimum required version of pip
10
+ pipver=7.0.2 # minimum required version of pip
11
11
12
12
rm -Rf testenv? || /bin/true
13
13
@@ -21,7 +21,7 @@ virtualenv testenv4
21
21
source testenv1/bin/activate
22
22
rm testenv1/lib/python-wheels/setuptools* \
23
23
&& pip install --force-reinstall -U pip==${pipver} \
24
- && pip install setuptools==20.10.1
24
+ && pip install setuptools==20.10.1 wheel
25
25
make install-dependencies
26
26
make test
27
27
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
@@ -37,7 +37,7 @@ cd testenv2
37
37
source bin/activate
38
38
rm lib/python-wheels/setuptools* \
39
39
&& pip install --force-reinstall -U pip==${pipver} \
40
- && pip install setuptools==20.10.1
40
+ && pip install setuptools==20.10.1 wheel
41
41
pip install -e git+${repo} @${HEAD} # egg=${package}
42
42
cd src/${package}
43
43
make install-dependencies
@@ -55,7 +55,7 @@ cd ../testenv3/
55
55
source bin/activate
56
56
rm lib/python-wheels/setuptools* \
57
57
&& pip install --force-reinstall -U pip==${pipver} \
58
- && pip install setuptools==20.10.1
58
+ && pip install setuptools==20.10.1 wheel
59
59
pip install ${package} * tar.gz
60
60
pip install pytest
61
61
mkdir out
0 commit comments