summarylogtreecommitdiffstats
path: root/tests-package.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tests-package.patch')
-rw-r--r--tests-package.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests-package.patch b/tests-package.patch
new file mode 100644
index 000000000000..8e13b1f6b151
--- /dev/null
+++ b/tests-package.patch
@@ -0,0 +1,14 @@
+# See https://github.com/liris/websocket-client/issues/112
+--- setup.py.ori 2014-10-06 15:14:40.635658796 +0200
++++ setup.py 2014-10-06 15:14:54.588886934 +0200
+@@ -36,9 +36,8 @@
+ keywords='websockets',
+ scripts=["bin/wsdump.py"],
+ install_requires=install_requires,
+- packages=["tests", "websocket"],
++ packages=["websocket"],
+ package_data={
+- 'tests': ['data/*.txt'],
+ 'websocket': ["cacert.pem"]
+ },
+ )