* [gentoo-commits] repo/gentoo:master commit in: dev-python/vcrpy/files/
@ 2020-06-02 4:28 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2020-06-02 4:28 UTC (permalink / raw
To: gentoo-commits
commit: fcda5cb16e76a5d6387d9425e62ca81e1a20e3fc
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 19 19:24:45 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 2 04:28:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcda5cb1
dev-python/vcrpy: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../vcrpy/files/vcrpy-skip-network-tests.patch | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/vcrpy/files/vcrpy-skip-network-tests.patch b/dev-python/vcrpy/files/vcrpy-skip-network-tests.patch
deleted file mode 100644
index a1f00aa7785..00000000000
--- a/dev-python/vcrpy/files/vcrpy-skip-network-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/tests/unit/test_stubs.py b/tests/unit/test_stubs.py
-index 7eb0684..a4bc7a1 100644
---- a/tests/unit/test_stubs.py
-+++ b/tests/unit/test_stubs.py
-@@ -1,7 +1,7 @@
- from vcr.stubs import VCRHTTPSConnection
- from vcr.compat import mock
- from vcr.cassette import Cassette
--
-+import pytest
-
- class TestVCRConnection(object):
-
-@@ -11,6 +11,7 @@ class TestVCRConnection(object):
- assert vcr_connection.real_connection.ssl_version == 'example_ssl_version'
-
- @mock.patch('vcr.cassette.Cassette.can_play_response_for', return_value=False)
-+ @pytest.mark.skip('requires network access')
- def testing_connect(*args):
- vcr_connection = VCRHTTPSConnection('www.google.com')
- vcr_connection.cassette = Cassette('test', record_mode='all')
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-02 4:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02 4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/vcrpy/files/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox