Fix lint
This commit is contained in:
parent
b027e6af1b
commit
dd8ff860f4
@ -231,7 +231,7 @@ def test_empty_content_type(checker):
|
|||||||
|
|
||||||
@pytest.mark.parametrize('has_cssutils', [
|
@pytest.mark.parametrize('has_cssutils', [
|
||||||
# TODO: remove xfail once new cssutils is released
|
# TODO: remove xfail once new cssutils is released
|
||||||
pytest.mark.xfail(sys.version_info >= (3,5), reason='https://'
|
pytest.mark.xfail(sys.version_info >= (3, 5), reason='https://'
|
||||||
'bitbucket.org/cthedot/cssutils/issues/52')(True),
|
'bitbucket.org/cthedot/cssutils/issues/52')(True),
|
||||||
False,
|
False,
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user