Skip to content

Commit fe0500c

Browse files
author
Randy Barlow
committed
Do not install plugin tests.
1 parent 84b77e6 commit fe0500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='pulp_python_plugins',
88
version='1.1.0b2',
9-
packages=find_packages(exclude=['test']),
9+
packages=find_packages(exclude=['test', 'test.*']),
1010
url='http://www.pulpproject.org',
1111
license='GPLv2+',
1212
author='Pulp Team',

0 commit comments

Comments
 (0)