grpc/test/distrib/python
Xuan Wang 7d04e020df [Python Dist] Fix grpc_distribtests_python (#36352)
`setuptools` made a decision to change the artifact name it builds (from `grpcio-health-checking` to `grpcio_health_checking`) in their latest release (https://github.com/pypa/setuptools/issues/4300).
As a result, we need broaden our regex so that our tests can pickup the correct files.

### Note
* Using `[_-]*` instead of `[_-]?` to match one character since `bash` uses a different flavor of regular expressions called basic regular expressions (BREs) which do not support the optional quantifier `?`.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36352

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36352 from XuanWang-Amos:fix_distribution_test 8dfcc4e9a3
PiperOrigin-RevId: 625083784
2024-04-15 14:29:41 -07:00
..
distribtest.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
run_binary_distrib_test.sh Split binary and source distribtests for Python 2018-04-11 14:48:48 -07:00
run_source_distrib_test.sh Split binary and source distribtests for Python 2018-04-11 14:48:48 -07:00
test_packages.sh [Python Dist] Fix grpc_distribtests_python (#36352) 2024-04-15 14:29:41 -07:00