Unverified Commit aff9e784 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.pypugjs: fix pytest flags usage

parent 8280bbec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  pytestCheckFlags = [ "pypugjs/testsuite" ];
  pytestFlags = [ "pypugjs/testsuite" ];

  pythonImportsCheck = [
    "pypugjs"