diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-19 16:48:18 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-19 16:48:18 -0400 |
commit | 5930305592bbacbcbb5d8e8fa6faf2767da3b035 (patch) | |
tree | c6a892f9b93ba99ad689f295595a4e3a17f4e019 /tests | |
parent | b8b1d7200504e39054222643a88b09761e66d4f8 (diff) | |
download | cryptography-5930305592bbacbcbb5d8e8fa6faf2767da3b035.tar.gz cryptography-5930305592bbacbcbb5d8e8fa6faf2767da3b035.tar.bz2 cryptography-5930305592bbacbcbb5d8e8fa6faf2767da3b035.zip |
oops, flake8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index d872d7c1..e2226428 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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") |