Skip to content

Commit

Permalink
python312Packages.citeproc-py: Remove nose dependency and re-enable t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
pyrox0 committed Jul 26, 2024
1 parent eb47a22 commit 65ca851
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/citeproc-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
lib,
buildPythonPackage,
fetchPypi,
nose,
git,
lxml,
rnc2rng,
pytestCheckHook,
}:

buildPythonPackage rec {
Expand All @@ -23,11 +23,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ lxml ];

nativeCheckInputs = [
nose
git
pytestCheckHook
];
checkPhase = "nosetests tests";
doCheck = false; # seems to want a Git repository, but fetchgit with leaveDotGit also fails

pythonImportsCheck = [ "citeproc" ];

meta = with lib; {
Expand Down

0 comments on commit 65ca851

Please sign in to comment.