aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-apipkg/14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-apipkg/14.patch')
-rw-r--r--community/py-apipkg/14.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/py-apipkg/14.patch b/community/py-apipkg/14.patch
new file mode 100644
index 0000000000..d2854e2e1a
--- /dev/null
+++ b/community/py-apipkg/14.patch
@@ -0,0 +1,11 @@
+--- 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)
+