packages/lang/python/python-twisted/patches/002-omit-tests.patch
Jeffery To 4fa4cd8322
python-twisted: Update to 21.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-08-09 17:27:04 +08:00

20 lines
283 B
Diff

--- 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