summarylogtreecommitdiffstats
path: root/without-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'without-tests.patch')
-rw-r--r--without-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/without-tests.patch b/without-tests.patch
new file mode 100644
index 000000000000..558adf23def9
--- /dev/null
+++ b/without-tests.patch
@@ -0,0 +1,11 @@
+--- setup.py.orig 2019-01-14 12:20:02.077392088 +0800
++++ setup.py 2019-01-14 12:21:09.911891740 +0800
+@@ -18,7 +18,7 @@
+ author_email='mike_mp@zzzcomputing.com',
+ url='https://github.com/sqlalchemyorg/zimports',
+ license='BSD',
+- py_modules=('zimports', 'tests'),
++ py_modules=('zimports',),
+ zip_safe=False,
+ install_requires=['pyflakes', 'flake8-import-order'],
+ tests_require=['mock'],