1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/py3-openant/no-tests.patch
2022-06-14 07:07:42 +02:00

11 lines
299 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -115,7 +115,7 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
- packages=find_packages(),
+ packages=find_packages(exclude=("*tests.*", "*tests")),
install_requires=['pyusb>=1.0a2'],