apsw: 3.37.0-r1 → 3.38.1-r1
This commit is contained in:
parent
0e83e67ae1
commit
0323c98ce7
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue