summaryrefslogtreecommitdiff
path: root/dev-python/google-api-python-client/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-08 01:40:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-08 01:40:59 +0000
commit7f672250728645a48cd320e0040d3f79e9a37a41 (patch)
treeced7a623dfec10a0a7a6acd53b69be103f8b7bc5 /dev-python/google-api-python-client/files
parentd21eeb58a0286abcb26ce8bd453854950f6c51eb (diff)
downloadbaldeagleos-repo-7f672250728645a48cd320e0040d3f79e9a37a41.tar.gz
baldeagleos-repo-7f672250728645a48cd320e0040d3f79e9a37a41.tar.xz
baldeagleos-repo-7f672250728645a48cd320e0040d3f79e9a37a41.zip
Adding metadata
Diffstat (limited to 'dev-python/google-api-python-client/files')
-rw-r--r--dev-python/google-api-python-client/files/google-api-python-client-1.8.3-tests.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/google-api-python-client/files/google-api-python-client-1.8.3-tests.patch b/dev-python/google-api-python-client/files/google-api-python-client-1.8.3-tests.patch
deleted file mode 100644
index ad875e728314..000000000000
--- a/dev-python/google-api-python-client/files/google-api-python-client-1.8.3-tests.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/tests/test_discovery.py b/tests/test_discovery.py
-index 6400f214..c999fd4f 100644
---- a/tests/test_discovery.py
-+++ b/tests/test_discovery.py
-@@ -40,6 +40,7 @@ import sys
- import unittest2 as unittest
-
- import mock
-+import pytest
-
- import google.auth.credentials
- import google_auth_httplib2
-@@ -515,6 +516,7 @@ class DiscoveryFromDocument(unittest.TestCase):
- # application default credentials were used.
- self.assertNotIsInstance(plus._http, google_auth_httplib2.AuthorizedHttp)
-
-+ @pytest.mark.skip("Needs network access and credentials")
- def test_api_endpoint_override_from_client_options(self):
- discovery = open(datafile("plus.json")).read()
- api_endpoint = "https://foo.googleapis.com/"
-@@ -525,6 +527,7 @@ class DiscoveryFromDocument(unittest.TestCase):
-
- self.assertEqual(plus._baseUrl, api_endpoint)
-
-+ @pytest.mark.skip("Needs network access and credentials")
- def test_api_endpoint_override_from_client_options_dict(self):
- discovery = open(datafile("plus.json")).read()
- api_endpoint = "https://foo.googleapis.com/"