Commit 0f69eb4a authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.holidays: run tests

parent c067b4d8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,7 +5,9 @@
  fetchFromGitHub,
  importlib-metadata,
  lingva,
  numpy,
  polib,
  pytest-cov-stub,
  pytestCheckHook,
  python-dateutil,
  setuptools,
@@ -44,11 +46,11 @@ buildPythonPackage rec {

  dependencies = [ python-dateutil ];

  doCheck = false;

  nativeCheckInputs = [
    importlib-metadata
    numpy
    polib
    pytest-cov-stub
    pytestCheckHook
  ];