Loading build-and-test-py-project-within-miniconda.sh +0 −10 Original line number Diff line number Diff line Loading @@ -8,16 +8,6 @@ source build-py-project-within-miniconda.sh PY_EXE=python # Using pip instead of conda here avoids ridiculous uninstall chains # like these:https://gitlab.tiker.net/inducer/pyopencl/-/jobs/61543 PY_VER=$($PY_EXE -c 'import sys; print(".".join(str(s) for s in sys.version_info[:2]))') if [[ "${PY_VER}" == 2* ]]; then ${PY_EXE} -mpip install "pytest<5" else ${PY_EXE} -mpip install pytest fi conda list TESTABLES="" Loading build-py-project-within-miniconda.sh +14 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,20 @@ fi # }}} # {{{ install pytest # Using pip instead of conda here avoids ridiculous uninstall chains # like these:https://gitlab.tiker.net/inducer/pyopencl/-/jobs/61543 PY_VER=$($PY_EXE -c 'import sys; print(".".join(str(s) for s in sys.version_info[:2]))') if [[ "${PY_VER}" == 2* ]]; then ${PY_EXE} -mpip install "pytest<5" else ${PY_EXE} -mpip install pytest fi # }}} PY_EXE=python ${PY_EXE} setup.py install Loading Loading
build-and-test-py-project-within-miniconda.sh +0 −10 Original line number Diff line number Diff line Loading @@ -8,16 +8,6 @@ source build-py-project-within-miniconda.sh PY_EXE=python # Using pip instead of conda here avoids ridiculous uninstall chains # like these:https://gitlab.tiker.net/inducer/pyopencl/-/jobs/61543 PY_VER=$($PY_EXE -c 'import sys; print(".".join(str(s) for s in sys.version_info[:2]))') if [[ "${PY_VER}" == 2* ]]; then ${PY_EXE} -mpip install "pytest<5" else ${PY_EXE} -mpip install pytest fi conda list TESTABLES="" Loading
build-py-project-within-miniconda.sh +14 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,20 @@ fi # }}} # {{{ install pytest # Using pip instead of conda here avoids ridiculous uninstall chains # like these:https://gitlab.tiker.net/inducer/pyopencl/-/jobs/61543 PY_VER=$($PY_EXE -c 'import sys; print(".".join(str(s) for s in sys.version_info[:2]))') if [[ "${PY_VER}" == 2* ]]; then ${PY_EXE} -mpip install "pytest<5" else ${PY_EXE} -mpip install pytest fi # }}} PY_EXE=python ${PY_EXE} setup.py install Loading