Skip to content

Commit

Permalink
Ignore tests (rather than unit_tests) in setup.py files. (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes authored Apr 21, 2017
1 parent 5a9f97a commit 385d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-resource-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'google',
'google.cloud',
],
packages=find_packages(exclude=('unit_tests*',)),
packages=find_packages(exclude=('tests*',)),
install_requires=REQUIREMENTS,
**SETUP_BASE
)

0 comments on commit 385d089

Please sign in to comment.