source: trunk/nix/twisted.patch

Last change on this file was 94e608f1, checked in by Jean-Paul Calderone <exarkun@…>, at 2023-07-07T14:02:52Z

more python package tweaks

also point nixpkgs-unstable at HEAD of a PR with a cryptography upgrade
I tried just overriding the upgrade into place but it results in infinite
recursion, I suppose because cryptography is a dependency of some of the build
tools and needs extra handling that I don't feel like figuring out for this
short-term hack. someday the upgrade will land in nixpkgs master and we can
switch back.

  • Property mode set to 100644
File size: 668 bytes
  • src/twisted/internet/test/test_endpoints.py

    diff --git a/src/twisted/internet/test/test_endpoints.py b/src/twisted/internet/test/test_endpoints.py
    index c650fd8aa6..a1754fd533 100644
    a b class WrapClientTLSParserTests(unittest.TestCase): 
    42144214        connectionCreator = connectionCreatorFromEndpoint(reactor, endpoint)
    42154215        self.assertEqual(connectionCreator._hostname, "\xe9xample.example.com")
    42164216
     4217    @skipIf(True, "self.assertFalse(plainClient.transport.disconnecting) fails")
    42174218    def test_tls(self):
    42184219        """
    42194220        When passed a string endpoint description beginning with C{tls:},
Note: See TracBrowser for help on using the repository browser.