packages/lang/python/python-twisted/patches/002-omit-tests.patch
2021-06-14 19:43:42 +08:00

21 lines
291 B
Diff

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