Skip to content

Commit c2af505

Browse files
authored
Ignore tests (rather than unit_tests) in setup.py files. (#3319)
1 parent 065ec4e commit c2af505

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-runtimeconfig

1 file changed

+1
-1
lines changed

packages/google-cloud-runtimeconfig/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'google',
6464
'google.cloud',
6565
],
66-
packages=find_packages(exclude=('unit_tests*',)),
66+
packages=find_packages(exclude=('tests*',)),
6767
install_requires=REQUIREMENTS,
6868
**SETUP_BASE
6969
)

0 commit comments

Comments
 (0)