Unverified Commit a2c6438d authored by Emily's avatar Emily Committed by GitHub
Browse files

Merge pull request #330421 from Sigmanificient/pytimeparse

python312Packages.pytimeparse: drop nose dependency
parents 0b735a81 2a5dffb3
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  nose,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:
@@ -21,10 +21,8 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  # tests rely on nose
  doCheck = pythonOlder "3.12";

  nativeCheckInputs = [ nose ];
  nativeCheckInputs = [ pytestCheckHook ];
  pytestFlagsArray = [ "pytimeparse/tests/testtimeparse.py" ];

  pythonImportsCheck = [ "pytimeparse" ];