summaryrefslogtreecommitdiff
path: root/dev-python/jsonfeed/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonfeed/files')
-rw-r--r--dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch b/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
deleted file mode 100644
index fe0c98f27983..000000000000
--- a/dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -8,7 +8,7 @@ with open("README.md") as fh:
- setup(
- name="jsonfeed-util",
- version=version,
-- packages=find_packages(),
-+ packages=find_packages(exclude=["tests", "tests.*"]),
- # metadata for upload to PyPI
- author="Lukas Schwab",
- author_email="lukas.schwab@gmail.com",