File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
&& pip install --force-reinstall -U pip==${pipver} \
44
44
&& pip install setuptools==${setuptoolsver} wheel
45
45
pip install -rtest-requirements.txt " .${extras} "
46
- make test
46
+ # make test
47
47
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
48
- mkdir testenv1/not-${module}
48
+ # mkdir testenv1/not-${module}
49
49
# if there is a subdir named '${module}' py.test will execute tests
50
50
# 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
54
54
fi
55
55
56
56
python3 -m venv testenv2
@@ -71,12 +71,12 @@ pip install -e "git+${repo}@${HEAD}#egg=${package}${extras}"
71
71
pushd src/${package}
72
72
pip install -rtest-requirements.txt
73
73
make dist
74
- make test
74
+ # make test
75
75
cp dist/${package} * tar.gz ../../../testenv3/
76
76
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
77
77
popd # ../.. no subdir named ${proj} here, safe for py.testing the installed module
78
78
# shellcheck disable=SC2086
79
- run_tests
79
+ # run_tests
80
80
popd
81
81
82
82
# Is the source distribution in testenv2 complete enough to build another
You can’t perform that action at this time.
0 commit comments