grpc/grpc-1.36.4-python-grpcio_tests-make-network-tests-skippable.patch
Benjamin A. Beasley ce88e01640 New version 1.37.1
- General:
  * New version 1.37.1
  * Drop patches that were upstreamed since the last packaged release, were
    backported from upstream in the first place, or have otherwise been
    obsoleted by upstream changes.
  * Rebase/update remaining patches as needed
  * Drop Fedora 32 compatibility
- C (core) and C++ (cpp):
  * Switch to CMake build system and add CMake files to -devel package
  * Build with C++17 for compatibility with the abseil-cpp package in Fedora
  * Run the port server during core tests
2021-05-11 08:57:48 -04:00

21 lines
898 B
Diff

diff -Naur grpc-1.36.4-original/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py grpc-1.36.4/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
--- grpc-1.36.4-original/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py 2021-03-17 15:59:05.000000000 -0400
+++ grpc-1.36.4/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py 2021-03-22 16:43:35.697100185 -0400
@@ -13,6 +13,7 @@
# limitations under the License.
"""Tests for an actual dns resolution."""
+import os
import unittest
import logging
import six
@@ -45,6 +46,8 @@
def tearDown(self):
self._server.stop(None)
+ @unittest.skipIf('FEDORA_NO_NETWORK_TESTS' in os.environ,
+ 'Network tests disabled')
def test_connect_loopback(self):
# NOTE(https://github.com/grpc/grpc/issues/18422)
# In short, Gevent + C-Ares = Segfault. The C-Ares driver is not