python313Packages.pypugjs: fix pytest flags usage

This commit is contained in:
Sandro Jäckel
2026-01-07 23:35:53 +01:00
parent 8280bbec83
commit aff9e784b7
@@ -49,7 +49,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestCheckFlags = [ "pypugjs/testsuite" ];
pytestFlags = [ "pypugjs/testsuite" ];
pythonImportsCheck = [
"pypugjs"