packages/lang/python/python-twisted/patches/002-omit-tests.patch
Jeffery To a317ea2831 python-twisted: Update to 23.10.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:20:59 +08:00

10 lines
172 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -182,6 +182,7 @@ exclude = [
"*.pxi",
"*.pyx",
"build.bat",
+ "test",
]
[tool.hatch.build.targets.sdist]