Skip to content
Snippets Groups Projects
Commit fbcf7d9b authored by Philip Elson's avatar Philip Elson :snake:
Browse files

Unlock the JPype version based on the simplified Enum testing.

parent c2d54f81
No related branches found
No related tags found
1 merge request!44Simplify enum testing & unlock JPype version 0.7.3+
...@@ -101,9 +101,6 @@ tests_whl_py38_jdk8_jp07: ...@@ -101,9 +101,6 @@ tests_whl_py38_jdk8_jp07:
.base_wheel_test .base_wheel_test
variables: variables:
env_spec: python=3.8 openjdk=8 JPype1=0.7 env_spec: python=3.8 openjdk=8 JPype1=0.7
# The latest JPype 0.7 will fail currently
rules:
- allow_failure: true
tests_whl_py38_jdk11_jp0p7p1: tests_whl_py38_jdk11_jp0p7p1:
extends: extends:
...@@ -116,9 +113,6 @@ tests_whl_py38_jdk11_jp07: ...@@ -116,9 +113,6 @@ tests_whl_py38_jdk11_jp07:
.base_wheel_test .base_wheel_test
variables: variables:
env_spec: python=3.8 openjdk=11 JPype1=0.7 env_spec: python=3.8 openjdk=11 JPype1=0.7
# The latest JPype 0.7 will fail currently
rules:
- allow_failure: true
build_wheel: build_wheel:
......
...@@ -17,7 +17,7 @@ with (HERE / 'README.rst').open('rt') as fh: ...@@ -17,7 +17,7 @@ with (HERE / 'README.rst').open('rt') as fh:
REQUIREMENTS: dict = { REQUIREMENTS: dict = {
'core': [ 'core': [
'jpype1>=0.6.1,!=0.7.0,!=0.7.2,<=0.7.1', 'jpype1>=0.6.1,!=0.7.0,!=0.7.2',
'cmmnbuild-dep-manager>=2.4.0', 'cmmnbuild-dep-manager>=2.4.0',
'numpy', 'numpy',
'pytz', 'pytz',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment