git-buildpackage: don't test coverage

This commit is contained in:
Robert Schütz
2026-03-22 11:55:51 -07:00
parent 87d5802892
commit c6eb2c88ba
+4 -2
View File
@@ -48,6 +48,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
"gbp"
];
# don't add pytest and pytest-cov to setup_requires
env.WITHOUT_PYTESTS = true;
nativeCheckInputs = [
debian-devscripts
dpkg
@@ -56,8 +59,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
man
]
++ (with python3Packages; [
coverage
pytest-cov
pytest-cov-stub
pytestCheckHook
]);