commit | 5930305592bbacbcbb5d8e8fa6faf2767da3b035 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Mar 19 16:48:18 2016 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Mar 19 16:48:18 2016 -0400 |
tree | c6a892f9b93ba99ad689f295595a4e3a17f4e019 | |
parent | b8b1d7200504e39054222643a88b09761e66d4f8 [diff] |
oops, flake8
diff --git a/tests/conftest.py b/tests/conftest.py index d872d7c..e222642 100644 --- a/tests/conftest.py +++ b/tests/conftest.py
@@ -15,6 +15,7 @@ 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")