python3Packages.apsw: fix darwin build

This commit is contained in:
Dmitry Kalinkin 2021-12-21 15:24:32 -05:00
parent a4f010b0b2
commit 17e31128d3
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, sqlite
@ -39,6 +40,11 @@ buildPythonPackage rec {
"testVFS"
"testVFSWithWAL"
"testdb"
] ++ lib.optionals stdenv.isDarwin [
# This is https://github.com/rogerbinns/apsw/issues/277 but
# because we use pytestCheckHook we need to blacklist the test
# manually
"testzzForkChecker"
];
pythonImportsCheck = [