From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vcrpy/files/
Date: Tue, 2 Jun 2020 04:28:21 +0000 (UTC) [thread overview]
Message-ID: <1591072083.fcda5cb16e76a5d6387d9425e62ca81e1a20e3fc.bman@gentoo> (raw)
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')
reply other threads:[~2020-06-02 4:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1591072083.fcda5cb16e76a5d6387d9425e62ca81e1a20e3fc.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox