packages/lang/python/python-twisted/patches/002-omit-tests.patch
Jeffery To 00841f9873 python-twisted: Update to 23.8.0, rework patches
The package changed to the hatchling build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-05 14:37:27 -07:00

10 lines
172 B
Diff

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