public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/redis-py/files/
Date: Mon, 19 Sep 2016 21:23:58 +0000 (UTC)	[thread overview]
Message-ID: <1474320205.e9ab3aef3873b15ac10e049ebdc722e21a433384.soap@gentoo> (raw)

commit:     e9ab3aef3873b15ac10e049ebdc722e21a433384
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Sep 19 17:43:58 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 21:23:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ab3aef

dev-python/redis-py: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2362

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/redis-py-2.10.5-test-backport.patch      | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-python/redis-py/files/redis-py-2.10.5-test-backport.patch b/dev-python/redis-py/files/redis-py-2.10.5-test-backport.patch
deleted file mode 100644
index 74d2d14..00000000
--- a/dev-python/redis-py/files/redis-py-2.10.5-test-backport.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 550eee8106ca5984f104b3a2a79299d9ae0821af Mon Sep 17 00:00:00 2001
-From: Chris Lamb <chris@chris-lamb.co.uk>
-Date: Tue, 18 Aug 2015 13:28:40 +0200
-Subject: [PATCH] Fix tests under Redis 3.x; we can be of an "embedded string"
- format now.
-
-Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
----
- tests/test_commands.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/test_commands.py b/tests/test_commands.py
-index 2e104ed..c0e56b0 100644
---- a/tests/test_commands.py
-+++ b/tests/test_commands.py
-@@ -112,7 +112,7 @@ def test_object(self, r):
-         r['a'] = 'foo'
-         assert isinstance(r.object('refcount', 'a'), int)
-         assert isinstance(r.object('idletime', 'a'), int)
--        assert r.object('encoding', 'a') == b('raw')
-+        assert r.object('encoding', 'a') in (b('raw'), b('embstr'))
-         assert r.object('idletime', 'invalid-key') is None
- 
-     def test_ping(self, r):


                 reply	other threads:[~2016-09-19 21:24 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=1474320205.e9ab3aef3873b15ac10e049ebdc722e21a433384.soap@gentoo \
    --to=soap@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