aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-apipkg/14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-apipkg/14.patch')
-rw-r--r--community/py3-apipkg/14.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/py3-apipkg/14.patch b/community/py3-apipkg/14.patch
deleted file mode 100644
index d2854e2e1a9..00000000000
--- a/community/py3-apipkg/14.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/test_apipkg.py
-+++ b/test_apipkg.py
-@@ -13,7 +13,7 @@
- class TestRealModule:
-
- def setup_class(cls):
-- cls.tmpdir = py.test.ensuretemp('test_apipkg')
-+ cls.tmpdir = py.path.local('test_apipkg')
- sys.path = [str(cls.tmpdir)] + sys.path
- pkgdir = cls.tmpdir.ensure('realtest', dir=1)
-