Loading pkgs/development/python-modules/pybtex/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ # dependencies latexcodec, pyyaml, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -32,7 +35,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "pybtex" ]; doCheck = false; nativeCheckInputs = [ pytestCheckHook ]; meta = { homepage = "https://pybtex.org/"; Loading Loading
pkgs/development/python-modules/pybtex/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ # dependencies latexcodec, pyyaml, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -32,7 +35,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "pybtex" ]; doCheck = false; nativeCheckInputs = [ pytestCheckHook ]; meta = { homepage = "https://pybtex.org/"; Loading