mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
oops, flake8
This commit is contained in:
parent
b8b1d72005
commit
5930305592
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from .utils import check_backend_support, select_backends, skip_if_empty
|
|||
def pytest_report_header(config):
|
||||
return "OpenSSL: {}".format(openssl_backend.openssl_version_text())
|
||||
|
||||
|
||||
def pytest_generate_tests(metafunc):
|
||||
if "backend" in metafunc.fixturenames:
|
||||
names = metafunc.config.getoption("--backend")
|
||||
|
|
|
|||
Loading…
Reference in a new issue