mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/SaltTesting: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2376 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
ad08b6df1f
commit
2f06aa95e8
@@ -1,17 +0,0 @@
|
||||
--- a/salttesting/unit.py 2013-10-24 10:57:42.000000000 +0000
|
||||
+++ b/salttesting/unit.py 2013-11-12 18:47:11.245838201 +0000
|
||||
@@ -42,10 +42,10 @@
|
||||
class TestCase(_TestCase):
|
||||
|
||||
def assertEquals(self, *args, **kwargs):
|
||||
- raise DeprecationWarning(
|
||||
- 'The {0}() function is deprecated. Please start using {1}() '
|
||||
- 'instead.'.format('assertEquals', 'assertEqual')
|
||||
- )
|
||||
+ #raise DeprecationWarning(
|
||||
+ # 'The {0}() function is deprecated. Please start using {1}() '
|
||||
+ # 'instead.'.format('assertEquals', 'assertEqual')
|
||||
+ #)
|
||||
return _TestCase.assertEquals(self, *args, **kwargs)
|
||||
|
||||
def failUnlessEqual(self, *args, **kwargs):
|
||||
Reference in New Issue
Block a user