summaryrefslogtreecommitdiff
path: root/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rq/files/rq-1.5.0-no-install-tests.patch')
-rw-r--r--dev-python/rq/files/rq-1.5.0-no-install-tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/rq/files/rq-1.5.0-no-install-tests.patch b/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
deleted file mode 100644
index 0c7aa7aacc4c..000000000000
--- a/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index ac40818..b67b25c 100644
---- a/setup.py
-+++ b/setup.py
-@@ -36,7 +36,7 @@ setup(
- description='RQ is a simple, lightweight, library for creating background '
- 'jobs, and processing them.',
- long_description=__doc__,
-- packages=find_packages(exclude=['tests']),
-+ packages=find_packages(exclude=['tests*']),
- include_package_data=True,
- zip_safe=False,
- platforms='any',