public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/files/
@ 2020-05-14 22:19 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2020-05-14 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2796f8a5c50a2cd83794fc92991457934df78ec9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 30 16:21:54 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 14 22:19:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2796f8a5

dev-python/pluggy: remove unused patch

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../files/pluggy-0.7.1-disable-broken-tests.patch     | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-python/pluggy/files/pluggy-0.7.1-disable-broken-tests.patch b/dev-python/pluggy/files/pluggy-0.7.1-disable-broken-tests.patch
deleted file mode 100644
index 578b56ce346..00000000000
--- a/dev-python/pluggy/files/pluggy-0.7.1-disable-broken-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/testing/test_helpers.py b/testing/test_helpers.py
-index 846b0a1..89a52b1 100644
---- a/testing/test_helpers.py
-+++ b/testing/test_helpers.py
-@@ -1,3 +1,4 @@
-+import platform
- from pluggy.hooks import varnames
- from pluggy.manager import _formatdef
- 
-@@ -27,6 +28,9 @@ def test_varnames_default():
- 
- 
- def test_varnames_class():
-+    # fails under pypy3
-+    if platform.python_implementation() == 'PyPy':
-+        return
-     class C(object):
-         def __init__(self, x):
-             pass


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-14 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-14 22:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/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