summaryrefslogtreecommitdiff
path: root/dev-python/mollie-api-python/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mollie-api-python/files')
-rw-r--r--dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch b/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch
deleted file mode 100644
index 782e078f7efe..000000000000
--- a/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 3c0d5dc..da6d0e0 100644
---- a/setup.py
-+++ b/setup.py
-@@ -30,7 +30,7 @@ setup(
- license="BSD",
- long_description=get_long_description(),
- long_description_content_type="text/markdown",
-- packages=find_packages(),
-+ packages=find_packages(exclude=["tests"]),
- include_package_data=True,
- package_data={
- "mollie": ["py.typed"],