python312Packages.citeproc-py: Remove nose dependency and re-enable tests

This commit is contained in:
Pyrox
2024-07-26 18:15:45 -04:00
parent eb47a2214c
commit 65ca851437
@@ -2,10 +2,10 @@
lib,
buildPythonPackage,
fetchPypi,
nose,
git,
lxml,
rnc2rng,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -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; {