aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-glob2
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:06:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:06:56 +0100
commitc10f2d9b183c51fddfcb61024d01a5bd21197694 (patch)
treebe05642071d1d25f7bd6a17684a76bd9bdfde63c /testing/py3-glob2
parent47d62840a0a17ab1d9abf62acd4542370fe5b7ad (diff)
downloadaports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.bz2
aports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.xz
Remove stale patches from testing
Diffstat (limited to 'testing/py3-glob2')
-rw-r--r--testing/py3-glob2/disable-failing-test.patch10
-rw-r--r--testing/py3-glob2/dont-package-tests.patch10
2 files changed, 0 insertions, 20 deletions
diff --git a/testing/py3-glob2/disable-failing-test.patch b/testing/py3-glob2/disable-failing-test.patch
deleted file mode 100644
index eeb41f20e0..0000000000
--- a/testing/py3-glob2/disable-failing-test.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/pkginfo/tests/test_installed.py.orig
-+++ b/pkginfo/tests/test_installed.py
-@@ -44,6 +44,7 @@
- else:
- self.assertEqual(installed.metadata_version, '1.0')
-
-+ @unittest.skip("FIXME: This test fails for unknown reason")
- def test_ctor_w_package_no_PKG_INFO(self):
- import sys
- import types
diff --git a/testing/py3-glob2/dont-package-tests.patch b/testing/py3-glob2/dont-package-tests.patch
deleted file mode 100644
index 045e0121a8..0000000000
--- a/testing/py3-glob2/dont-package-tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -48,6 +48,6 @@
- 'pkginfo = pkginfo.commandline:main',
- ]
- },
-- packages=['pkginfo', 'pkginfo.tests'],
-+ packages=['pkginfo'],
- **extras
- )