summaryrefslogtreecommitdiff
path: root/test/contrib/test_pyopenssl_dependencies.py
Commit message (Expand)AuthorAgeFilesLines
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-0/+2
* Add type hints to pyOpenSSL, SOCKS, and collections testsJon Dufresne2021-08-291-4/+4
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-4/+4
* Sort imports with 'isort'Quentin Pradet2020-10-011-3/+2
* Stop using unittest (#1649)Quentin Pradet2019-07-051-2/+1
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-2/+4
* Auto formatting using blackRatan Kulshreshtha2019-05-251-5/+5
* Fix inject/extract_from_urllib3 in tests (#1480)Seth M. Larson2018-11-261-1/+10
* Add noqa to import testfix-skipped-testsSeth M. Larson2018-04-241-1/+1
* Fix skip logic in PyOpenSSL dependencies testSeth M. Larson2018-04-241-6/+14
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-2/+2
* F841 Local variable assigned to but never used.Seth Michael Larson2017-01-231-1/+1
* E302 Expected 2 blank lines, found 1Seth Michael Larson2017-01-231-0/+1
* verify that pyopenssl is sufficiently new before injectingPaul Kehrer2016-12-051-13/+21
* Require an up-to-date 'cryptography' module for urllib3 injectionAdam Seering2016-11-231-0/+37