Commit 1258e591 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.mkdocs-simple-blog: enable tests

parent a1625b4d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  fetchFromGitHub,
  mkdocs,
  poetry-core,
  pytestCheckHook,
  pytest-cov-stub,
}:
buildPythonPackage rec {
  pname = "mkdocs-simple-blog";
@@ -23,8 +25,10 @@ buildPythonPackage rec {
    mkdocs
  ];

  # This package has no tests
  doCheck = false;
  nativeCheckInputs = [
    pytestCheckHook
    pytest-cov-stub
  ];

  pythonImportsCheck = [ "mkdocs_simple_blog" ];