python312Packages.python-debian: disable tests failing on darwin

This commit is contained in:
Nick Cao
2025-03-01 15:49:21 -05:00
parent a9b96f5dce
commit 9462340b68
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
pythonOlder,
fetchFromGitLab,
@@ -37,6 +38,10 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [
"tests/test_debfile.py"
];
pythonImportsCheck = [ "debian" ];
meta = {