aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-twisted/patches/002-omit-tests.patch
blob: ddf8f9e306c1aacb1a48bb99e292d8d339348926 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -182,6 +182,7 @@ exclude = [
     "*.pxi",
     "*.pyx",
     "build.bat",
+    "test",
 ]
 
 [tool.hatch.build.targets.sdist]