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, 13 insertions, 0 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
new file mode 100644
index 000000000000..782e078f7efe
--- /dev/null
+++ b/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch
@@ -0,0 +1,13 @@
+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"],