Skip to content

Commit bc27243

Browse files
committed
Tests exclusion
1 parent 34f1321 commit bc27243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='reportportal-client',
12-
packages=find_packages(),
12+
packages=find_packages(exclude=('tests', 'tests.*')),
1313
version=__version__,
1414
description='Python client for Report Portal v5.',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)