Don't attempt to run under setuptools

pull/21954/head
Richard Belleville 5 years ago
parent 270880f440
commit 70837b3351
  1. 1
      src/python/grpcio_tests/tests/tests.json
  2. 2
      src/python/grpcio_tests/tests/unit/py3_only/_simple_stubs_test.py

@ -70,7 +70,6 @@
"unit._server_test.ServerTest",
"unit._server_wait_for_termination_test.ServerWaitForTerminationTest",
"unit._session_cache_test.SSLSessionCacheTest",
"unit.py3_only._simple_stubs_test.SimpleStubsTest",
"unit._signal_handling_test.SignalHandlingTest",
"unit._version_test.VersionTest",
"unit.beta._beta_features_test.BetaFeaturesTest",

@ -13,6 +13,8 @@
# limitations under the License.
"""Tests for Simple Stubs."""
# TODO(https://github.com/grpc/grpc/issues/21965): Run under setuptools.
import os
_MAXIMUM_CHANNELS = 10

Loading…
Cancel
Save