* [gentoo-commits] repo/gentoo:master commit in: dev-python/south/files/
@ 2016-09-20 21:07 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-09-20 21:07 UTC (permalink / raw
To: gentoo-commits
commit: d93fbfc17f52b0fc3911579ce89d1eb9474527bc
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 20 16:49:24 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 21:07:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93fbfc1
dev-python/south: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2375
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/south/files/south-0.7.5-tests.patch | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/south/files/south-0.7.5-tests.patch b/dev-python/south/files/south-0.7.5-tests.patch
deleted file mode 100644
index 2e4da84..00000000
--- a/dev-python/south/files/south-0.7.5-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-http://south.aeracode.org/ticket/1256
-diff -ur south-0.7.5.orig/south/tests/db.py south-0.7.5/south/tests/db.py
---- south/tests/db.py 2012-05-08 18:37:14.000000000 +0800
-+++ south/tests/db.py 2013-05-18 15:46:23.920225709 +0800
-@@ -1,5 +1,8 @@
--import datetime
--import unittest
-+import datetime, sys
-+if sys.version_info == (2, 7):
-+ import unittest
-+else:
-+ import unittest2 as unittest
-
- from south.db import db, generic
- from django.db import connection, models
-@@ -71,6 +74,7 @@
- else:
- self.fail("Just-deleted table could be selected!")
-
-+ @unittest.expectedFailure
- def test_nonexistent_delete(self):
- """
- Test deletion of nonexistent tables.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-20 21:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/south/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox