Skip to content
Snippets Groups Projects
Commit f61058c1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'master' into 'master'

Drop Py2

See merge request !112
parents 309aa69d dc324b10
No related branches found
No related tags found
1 merge request!112Drop Py2
Pipeline #34661 passed
......@@ -24,18 +24,6 @@ jobs:
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
. ./prepare-and-run-flake8.sh ./pyopencl ./test
pytest2:
name: Pytest on Py2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Main Script"
run: |
sed 's/python=3/python=2.7/' .test-conda-env-py3.yml > .test-conda-env-py2.yml
CONDA_ENVIRONMENT=.test-conda-env-py2.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh
pytest3:
name: Pytest on Py3
runs-on: ubuntu-latest
......
......@@ -84,22 +84,6 @@ Python 3 AMD GPU:
reports:
junit: test/pytest.xml
Python 2.7 POCL:
script:
- export PY_EXE=python2.7
- export PYOPENCL_TEST=portable:pthread
- export EXTRA_INSTALL="pybind11 numpy mako"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.7
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3 POCL:
script:
- export PY_EXE=python3
......@@ -166,23 +150,6 @@ Python 3 POCL (+GL and special functions):
reports:
junit: test/pytest.xml
Python 2.7 Apple:
script:
- export PY_EXE=python2.7
- export PYOPENCL_TEST=app:cpu
- export EXTRA_INSTALL="pybind11 numpy mako"
- export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.7
- apple
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3 Conda Apple:
script:
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
......
VERSION = (2020, 1)
VERSION = (2020, 2)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
......@@ -209,8 +209,6 @@ def main():
'Natural Language :: English',
'Programming Language :: C++',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment