Commit 0fb19cb4 authored by Doron Behar's avatar Doron Behar
Browse files

python313Packages.pybtex: enable tests

parent aa9a1b2c
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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/";