python313Packages.pybtex: enable tests

This commit is contained in:
Doron Behar
2025-07-09 17:01:23 +03:00
parent aa9a1b2c8d
commit 0fb19cb4ed
@@ -9,6 +9,9 @@
# dependencies
latexcodec,
pyyaml,
# tests
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -32,7 +35,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pybtex" ];
doCheck = false;
nativeCheckInputs = [
pytestCheckHook
];
meta = {
homepage = "https://pybtex.org/";