python3Packages.google-cloud-firestore: 2.21.0 -> 2.23.0
https://github.com/googleapis/python-firestore/blob/v2.23.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -12,18 +12,19 @@
|
||||
protobuf,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pyyaml,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-firestore";
|
||||
version = "2.21.0";
|
||||
version = "2.23.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "google_cloud_firestore";
|
||||
inherit version;
|
||||
hash = "sha256-DDf6qFBil/gn7vw4/rFVJHpty5pUEoljEBXRJfGwA/g=";
|
||||
hash = "sha256-qc/7p83GEBER1tVM3iLVIcmPnn1BXmdIaxN/oW8GqgM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -43,6 +44,7 @@ buildPythonPackage rec {
|
||||
mock
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
pyyaml
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
@@ -55,12 +57,7 @@ buildPythonPackage rec {
|
||||
"tests/system/test_system.py"
|
||||
"tests/system/test_system_async.py"
|
||||
# Test requires credentials
|
||||
"tests/unit/v1/test_bulk_writer.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Test requires credentials
|
||||
"test_collections"
|
||||
"tests/system/test_pipeline_acceptance.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user