Unverified Commit fd8384af authored by Pyrox's avatar Pyrox
Browse files

python312Packages.f90nml: Migrate away from `setup.py test`

parent ba575e32
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  python,
  setuptools-scm,
  unittestCheckHook,
}:

buildPythonPackage rec {
@@ -20,9 +21,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [ setuptools-scm ];

  checkPhase = ''
    ${python.interpreter} setup.py test
  '';
  nativeCheckInputs = [ unittestCheckHook ];

  pythonImportsCheck = [ "f90nml" ];