File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343&& pip install --force-reinstall -U pip==${pipver} \
4444&& pip install setuptools==${setuptoolsver} wheel
4545pip install -rtest-requirements.txt " .${extras} "
46- make test
46+ # make test
4747pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
48- mkdir testenv1/not-${module}
48+ # mkdir testenv1/not-${module}
4949# if there is a subdir named '${module}' py.test will execute tests
5050# there instead of the installed module's tests
51- pushd testenv1/not-${module}
52- # shellcheck disable=SC2086
53- test_prefix=../ run_tests; popd
51+ # pushd testenv1/not-${module}
52+ # # shellcheck disable=SC2086
53+ # test_prefix=../ run_tests; popd
5454fi
5555
5656python3 -m venv testenv2
@@ -71,12 +71,12 @@ pip install -e "git+${repo}@${HEAD}#egg=${package}${extras}"
7171pushd src/${package}
7272pip install -rtest-requirements.txt
7373make dist
74- make test
74+ # make test
7575cp dist/${package} * tar.gz ../../../testenv3/
7676pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
7777popd # ../.. no subdir named ${proj} here, safe for py.testing the installed module
7878# shellcheck disable=SC2086
79- run_tests
79+ # run_tests
8080popd
8181
8282# Is the source distribution in testenv2 complete enough to build another
You can’t perform that action at this time.
0 commit comments