Skip to content

Handle unclean test termination

Now that the JVM is getting started in some of the tests of cmmmnbuild-dep-manager we are seeing the issue raised in https://github.com/jpype-project/jpype/issues/934.

To address this, let's turn of the faulthandler in PyTest until the shutdown is handled better in JPype itself.

Merge request reports