Files
packages/lang/python/python-twisted/patches/002-omit-tests.patch
Jeffery To 4c07483961 python-twisted: Update to 22.1.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 9f3816d1c6)
2022-03-06 23:37:28 +01:00

21 lines
285 B
Diff

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