aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-twisted/patches/002-omit-tests.patch
blob: a03846472b19aa2fe40415c0ce525bd883650856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/setup.cfg
+++ b/setup.cfg
@@ -97,6 +97,9 @@ mypy =
 
 [options.packages.find]
 where = src
+exclude = 
+	*.test
+	*.test.*
 
 [options.entry_points]
 console_scripts = 
@@ -116,6 +119,7 @@ console_scripts =
 	*.pxi
 	*.pyx
 	build.bat
+	test/*
 
 [flake8]
 disable-noqa = True