about summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-bigquery
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-03-28 00:23:12 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-03-28 00:23:12 +0200
commitd4b233e330f21cc526ac64923d94c6aea0d4400d (patch)
treedd9466f6310181af5a0568bd794cfc79d2088d98 /pkgs/development/python-modules/google-cloud-bigquery
parent95df38a27d2a7dd478b6e8a77170fb49ea762008 (diff)
python39Packages.google-cloud-bigquery: disable tests which require network
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-bigquery')
-rw-r--r--pkgs/development/python-modules/google-cloud-bigquery/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/google-cloud-bigquery/default.nix b/pkgs/development/python-modules/google-cloud-bigquery/default.nix
index a7ee6a72913bd..86ac3048e0ab9 100644
--- a/pkgs/development/python-modules/google-cloud-bigquery/default.nix
+++ b/pkgs/development/python-modules/google-cloud-bigquery/default.nix
@@ -70,6 +70,9 @@ buildPythonPackage rec {
     "test_parameterized_types_round_trip"
     "test_structs"
     "test_table_snapshots"
+    "test__initiate_resumable_upload"
+    "test__initiate_resumable_upload_mtls"
+    "test__initiate_resumable_upload_with_retry"
   ];
 
   pythonImportsCheck = [