python312Packages.python-debian: disable tests failing on darwin
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user