apsw: 3.37.0-r1 → 3.38.1-r1

This commit is contained in:
Fabián Heredia Montiel 2022-04-04 15:36:21 -05:00
parent 0e83e67ae1
commit 0323c98ce7

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "apsw";
version = "3.37.0-r1";
version = "3.38.1-r1";
format = "setuptools";
disabled = isPyPy;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "rogerbinns";
repo = "apsw";
rev = version;
sha256 = "0p6rlbk7p6hj5mbmk1a8phazw3ym6hf5103zkxzg4p1jgjgi0xpl";
hash = "sha256-pbb6wCu1T1mPlgoydB1Y1AKv+kToGkdVUjiom2vTqf4=";
};
buildInputs = [
@ -43,11 +43,12 @@ buildPythonPackage rec {
disabledTests = [
"testCursor"
"testdb"
"testLargeObjects"
"testLoadExtension"
"testShell"
"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