mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Merge pull request #258747 from fabaff/google-cloud-os-config-bump
python311Packages.google-cloud-os-config: 1.15.2 -> 1.15.3
This commit is contained in:
commit
ab04d75c13
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-os-config";
|
||||
version = "1.15.2";
|
||||
version = "1.15.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-WgrqxnVsbA0ppvfcqxW+kA8vjn71bMU9qAyZraqYt8g=";
|
||||
hash = "sha256-KNM4wASyfgoBqhXa5k+8tf+AN9VljHDDK0U849N5qHI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -37,8 +37,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Test requires a project ID
|
||||
"test_patch_deployment"
|
||||
"test_patch_job"
|
||||
"test_list_patch_jobs"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user