adios2: remove unused enabledTestPaths
enabledTestPaths was used by pytestCheckHook.
This commit is contained in:
@@ -181,10 +181,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
enableParallelChecking = false;
|
||||
|
||||
enabledTestPaths = [
|
||||
"../testing/adios2/python/Test*.py"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = finalAttrs.finalPackage.doCheck && mpiSupport;
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user