]> git.pld-linux.org Git - packages/python-cffi.git/commitdiff
- added tests patch (adjust tests for deeper build-* dirs) auto/th/python-cffi-1.11.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 May 2018 18:48:46 +0000 (20:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 May 2018 18:48:46 +0000 (20:48 +0200)
python-cffi-tests.patch [new file with mode: 0644]

diff --git a/python-cffi-tests.patch b/python-cffi-tests.patch
new file mode 100644 (file)
index 0000000..7771ecf
--- /dev/null
@@ -0,0 +1,24 @@
+--- cffi-1.11.5/testing/cffi1/test_zdist.py.orig       2018-02-27 19:15:41.000000000 +0100
++++ cffi-1.11.5/testing/cffi1/test_zdist.py    2018-05-27 11:40:42.977033830 +0200
+@@ -17,8 +17,8 @@
+     def setup_method(self, meth):
+         self.executable = os.path.abspath(sys.executable)
+-        self.rootdir = os.path.abspath(os.path.dirname(os.path.dirname(
+-            cffi.__file__)))
++        self.rootdir = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(
++            cffi.__file__))))
+         self.udir = udir.join(meth.__name__)
+         os.mkdir(str(self.udir))
+         if meth.chdir_to_tmp:
+--- cffi-1.11.5/testing/embedding/test_basic.py.orig   2018-02-27 19:15:41.000000000 +0100
++++ cffi-1.11.5/testing/embedding/test_basic.py        2018-05-27 11:41:38.247033196 +0200
+@@ -26,7 +26,7 @@
+ def prefix_pythonpath():
+-    cffi_base = os.path.dirname(os.path.dirname(local_dir))
++    cffi_base = os.path.dirname(os.path.dirname(os.path.dirname(local_dir)))
+     pythonpath = org_env.get('PYTHONPATH', '').split(os.pathsep)
+     if cffi_base not in pythonpath:
+         pythonpath.insert(0, cffi_base)
This page took 0.137733 seconds and 4 git commands to generate.