Merge pull request #335462 from smancill/apsw-fix-build-darwin

python3Packages.apsw: fix build on Darwin
This commit is contained in:
Florian 2024-08-18 13:11:48 +02:00 committed by GitHub
commit bda6ce0df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
{
stdenv,
lib,
buildPythonPackage,
fetchFromGitHub,
@ -38,7 +39,7 @@ buildPythonPackage rec {
"testVFSWithWAL"
# no lines in errout.txt
"testWriteUnraisable"
];
] ++ lib.optionals stdenv.isDarwin [ "testzzForkChecker" ];
pythonImportsCheck = [ "apsw" ];