commit | b4f0240e1574260c8b43989737d78a4cb00c13bf | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Sat Sep 05 20:48:34 2015 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Sat Sep 05 20:48:34 2015 +0200 |
tree | 554d91a5e81a3f724515e6ea53157ef163630dc0 | |
parent | 97cf1a8f0cab0dbec300da6aa0c7a47ff9adc912 [diff] [blame] |
m(
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index f3a3a7c..1560802 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -99,7 +99,7 @@ """ -skip_if_py3 = pytest.mark.skipif(not PY3, reason="Python 2 only") +skip_if_py3 = pytest.mark.skipif(PY3, reason="Python 2 only") def join_bytes_or_unicode(prefix, suffix):