#22 OPENSSL_CONF=/non-existing-file comment
Closed 4 years ago by thrnciar. Opened 4 years ago by thrnciar.
tests/ thrnciar/python openssl_config  into  master

file modified
+2 -5
@@ -8,14 +8,11 @@ 

  # test_socket swaps and kills the machine https://bugs.python.org/issue34587

  X=${X:-"-x test_socket"}

  

- # Fedora sets explicit minimum/maximum TLS versions.

- # Python's test suite assumes that the minimum/maximum version is set to

+ # Fedora sets TSLv1 as explicit minimum version.

+ # Python's test suite assumes that the protocol  version is set to

  # a magic marker. We workaround the test problem by setting:

  export OPENSSL_CONF=/non-existing-file

  # https://bugzilla.redhat.com/show_bug.cgi?id=1618753

- # https://bugzilla.redhat.com/show_bug.cgi?id=1778357

- # https://bugs.python.org/issue35045

- # https://bugs.python.org/issue38815

  

  $PYTHON -m test.pythoninfo

  $PYTHON -m test -wW --findleaks $X

file modified
+2 -5
@@ -11,14 +11,11 @@ 

  # parallel jobs, 0 lets Python decide what's best

  JOBS=${JOBS:-0}

  

- # Fedora sets explicit minimum/maximum TLS versions.

- # Python's test suite assumes that the minimum/maximum version is set to

+ # Fedora sets TLSv1 as explicit minimum versions.

+ # Python's test suite assumes that the minimum protocol version is set to

  # a magic marker. We workaround the test problem by setting:

  export OPENSSL_CONF=/non-existing-file

  # https://bugzilla.redhat.com/show_bug.cgi?id=1618753

- # https://bugzilla.redhat.com/show_bug.cgi?id=1778357

- # https://bugs.python.org/issue35045

- # https://bugs.python.org/issue38815

  

  $PYTHON -m test.pythoninfo

  $PYTHON -m test -wW -j$JOBS $X

It's again just the minimum version.

This effectively only changes the comments?

In the future, the reasoning might shift again. I don't think the comment it's worth changing.

Ok, I will close it without merging.

Pull-Request has been closed by thrnciar

4 years ago