We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1321 commit bc27243Copy full SHA for bc27243
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='reportportal-client',
12
- packages=find_packages(),
+ packages=find_packages(exclude=('tests', 'tests.*')),
13
version=__version__,
14
description='Python client for Report Portal v5.',
15
author_email='SupportEPMC-TSTReportPortal@epam.com',
0 commit comments