python313Packages.pypugjs: fix pytest flags usage (#477893)

This commit is contained in:
Sandro
2026-01-09 22:54:36 +00:00
committed by GitHub
@@ -49,7 +49,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestCheckFlags = [ "pypugjs/testsuite" ];
pytestFlags = [ "pypugjs/testsuite" ];
pythonImportsCheck = [
"pypugjs"