Skip to content

Commit

Permalink
Merge pull request #1206 from alexrashed/fix-jpype-setuptools-72
Browse files Browse the repository at this point in the history
fix compatibility of jpype with setuptools==72.0.0
  • Loading branch information
marscher authored Aug 19, 2024
2 parents 4c7863a + 31339e3 commit a8b33a6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ bench requires JDK to build.

**4. Test JPype with (optional):** ::

python setup.py test
python -m pytest



Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[alias]
test=pytest

[tool:pytest]
addopts = --verbose
testpaths =
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
'develop': setupext.develop.Develop,
'test_java': setupext.test_java.TestJavaCommand,
'sdist': setupext.sdist.BuildSourceDistribution,
'test': setupext.pytester.PyTest,
},
zip_safe=False,
ext_modules=[jpypeJar, jpypeLib, ],
Expand Down
1 change: 0 additions & 1 deletion setupext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
from . import develop
from . import test_java
from . import sdist
from . import pytester
39 changes: 0 additions & 39 deletions setupext/pytester.py

This file was deleted.

0 comments on commit a8b33a6

Please sign in to comment.