0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-08 17:15:29 +00:00
Files
packages/lang/python/python-twisted/patches/002-omit-tests.patch
2023-11-16 02:20:59 +08:00

11 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]