| commit | 037371861693f26297320dcd5fd8c221b6d8df26 | [log] [tgz] |
|---|---|---|
| author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jul 23 20:40:46 2020 -0400 |
| committer | GitHub <noreply@github.com> | Thu Jul 23 19:40:46 2020 -0500 |
| tree | ab18ca46617b0036e137cd6a154726acbab36bdf | |
| parent | 4ca4fb9e8ed3c45f09efab8269e4078d40f39d9b [diff] [blame] |
Paint it Black by the Rolling Stones (#920)
diff --git a/tests/conftest.py b/tests/conftest.py index 366624e..5bae6b8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py
@@ -12,7 +12,7 @@ return "OpenSSL: {openssl}\ncryptography: {cryptography}".format( openssl=OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION), - cryptography=cryptography.__version__ + cryptography=cryptography.__version__, )