commit | 276ba5a1bc161954271e40c24ad44c83719b10e3 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Oct 23 11:31:10 2014 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Oct 23 11:31:10 2014 -0700 |
tree | f1152a5791d1813292414be052ed55b74a4278d2 | |
parent | 055631d7f7ab10ee1641a604f178d4d865e61221 [diff] |
flatten line
diff --git a/tests/conftest.py b/tests/conftest.py index 31cdb63..41cc227 100644 --- a/tests/conftest.py +++ b/tests/conftest.py
@@ -31,10 +31,7 @@ @pytest.mark.trylast def pytest_runtest_setup(item): required = item.keywords.get("requires_backend_interface") - if ( - required is not None and - "backend" in item.funcargs - ): + if required is not None and "backend" in item.funcargs: required_interfaces = tuple( kwargs["interface"] for args, kwargs in required._arglist )