File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pushd src/${package}
66
66
pip install -rtest-requirements.txt build
67
67
make dist
68
68
make test
69
- cp dist/${package } * tar.gz ../../../testenv3/
69
+ cp dist/${module } * tar.gz ../../../testenv3/
70
70
cp dist/${module} * whl ../../../testenv4/
71
71
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
72
72
popd # ../.. no subdir named ${proj} here, safe for py.testing the installed module
@@ -83,12 +83,12 @@ source bin/activate
83
83
rm -f lib/python-wheels/setuptools* \
84
84
&& pip install --force-reinstall -U pip==${pipver} \
85
85
&& pip install setuptools==${setuptoolsver} wheel
86
- package_tar=$( find . -name " ${package } *tar.gz" )
86
+ package_tar=$( find . -name " ${module } *tar.gz" )
87
87
pip install " -r${DIR} /test-requirements.txt" build
88
88
pip install " ${package_tar}${extras} "
89
89
mkdir out
90
- tar --extract --directory=out -z -f ${package } * .tar.gz
91
- pushd out/${package } *
90
+ tar --extract --directory=out -z -f ${module } * .tar.gz
91
+ pushd out/${module } *
92
92
make dist
93
93
make test
94
94
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
You can’t perform that action at this time.
0 commit comments