Skip to content

Commit

Permalink
python3Packages.citeproc-py: nose -> pynose
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed May 12, 2024
1 parent 5970a62 commit 2ead3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/citeproc-py/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, nose
, pynose
, git
, lxml
, rnc2rng
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [ lxml ];

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

0 comments on commit 2ead3f3

Please sign in to comment.