aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-apipkg/14.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 15:39:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 15:39:29 -0300
commitf2efab1a69bf230db190f12cb24455c59a6161cf (patch)
tree30ae6d55bf11d2f9d2e6a356a8f6a321ebdd8ef7 /community/py3-apipkg/14.patch
parent90c25e85cfb23639e9125b24249928bcd6789564 (diff)
downloadaports-f2efab1a69bf230db190f12cb24455c59a6161cf.tar.bz2
aports-f2efab1a69bf230db190f12cb24455c59a6161cf.tar.xz
community/py3-apipkg: rename from py-apipkg
Diffstat (limited to 'community/py3-apipkg/14.patch')
-rw-r--r--community/py3-apipkg/14.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/py3-apipkg/14.patch b/community/py3-apipkg/14.patch
new file mode 100644
index 0000000000..d2854e2e1a
--- /dev/null
+++ b/community/py3-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)
+