summaryrefslogtreecommitdiff
path: root/dev-python/channels/files/channels-4.3.2-fix-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/channels/files/channels-4.3.2-fix-install.patch')
-rw-r--r--dev-python/channels/files/channels-4.3.2-fix-install.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/channels/files/channels-4.3.2-fix-install.patch b/dev-python/channels/files/channels-4.3.2-fix-install.patch
new file mode 100644
index 000000000000..18eca8f75445
--- /dev/null
+++ b/dev-python/channels/files/channels-4.3.2-fix-install.patch
@@ -0,0 +1,14 @@
+diff --git a/setup.cfg b/setup.cfg
+index 742e1f6..43d8c0d 100644
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -52,7 +52,7 @@ types =
+
+ [options.packages.find]
+ exclude =
+- tests
++ tests*
+
+ [flake8]
+ exclude = venv/*,tox/*,docs/*,testproject/*,build/*
+