aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-airium/exclude-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-airium/exclude-tests.patch')
-rw-r--r--community/py3-airium/exclude-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/py3-airium/exclude-tests.patch b/community/py3-airium/exclude-tests.patch
deleted file mode 100644
index b0a0f284cb7..00000000000
--- a/community/py3-airium/exclude-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./setup.py.orig
-+++ ./setup.py
-@@ -29,7 +29,7 @@
- 'No templates needed. Serves pure pythonic library with no dependencies.',
- long_description=long_description,
- long_description_content_type='text/markdown',
-- packages=find_packages(),
-+ packages=find_packages(exclude=["tests"]),
- requires=[],
- install_requires=[],
- keywords='natural html generator compiler template-less',