aports/community/py3-tcx2gpx/exclude-tests.patch
2023-03-07 19:12:20 +00:00

14 lines
180 B
Diff

--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,10 @@
python_tcxparser
packages = find:
+[options.packages.find]
+exclude =
+ tests*
+
[options.extras_require]
test =
pytest