Files
packages/lang/python/python-twisted/patches/002-omit-tests.patch
Jeffery To 3d33fa3b09 python-twisted: Update to 22.4.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 43a380f953)
2022-04-19 22:06:59 -07:00

21 lines
285 B
Diff

--- a/setup.cfg
+++ b/setup.cfg
@@ -104,6 +104,9 @@ mypy =
[options.packages.find]
where = src
+exclude =
+ *.test
+ *.test.*
[options.entry_points]
console_scripts =
@@ -123,6 +126,7 @@ console_scripts =
*.pxi
*.pyx
build.bat
+ test/*
[flake8]
disable-noqa = True