1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/py3-tcx2gpx/exclude-tests.patch
2023-03-07 19:12:20 +00:00

13 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