aports/testing/py3-openant/no-tests.patch
2022-06-14 07:07:42 +02:00

12 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'],