3
0
Fork 0
forked from mirrors/nixpkgs

python39Packages.google-cloud-spanner: 3.7.0 -> 3.8.0

This commit is contained in:
Sandro Jäckel 2021-08-23 13:13:08 +02:00
parent fcb5dabb17
commit 0683b38c38
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.7.0";
version = "3.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4LGSB7KU+RGvjSQ/w1vXxa5fkfFT4C5omhk/LnGSUng=";
sha256 = "sha256-K8K0JjKHWojSVFnUr3GhJP4gflYTXH6V7Mywu4hTvRQ=";
};
propagatedBuildInputs = [
@ -43,8 +43,13 @@ buildPythonPackage rec {
disabledTestPaths = [
# Requires credentials
"tests/system/test_system.py"
"tests/system/test_system_dbapi.py"
"tests/system/test_backup_api.py"
"tests/system/test_database_api.py"
"tests/system/test_dbapi.py"
"tests/system/test_instance_api.py"
"tests/system/test_session_api.py"
"tests/system/test_streaming_chunking.py"
"tests/system/test_table_api.py"
"tests/unit/spanner_dbapi/test_connect.py"
"tests/unit/spanner_dbapi/test_connection.py"
"tests/unit/spanner_dbapi/test_cursor.py"