Skip to content

Commit 31fe58b

Browse files
committed
flake8 tests missing from tox (django-json-api#436)
1 parent 284a3d6 commit 31fe58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/tests/unit/test_pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_limit_offset_deprecation(self):
8787

8888

8989
# TODO: This test fails under py27 but it's not clear why so just leave it out for now.
90-
@pytest.mark.xfail((sys.version_info.major, sys.version_info.minor) == (2,7),
90+
@pytest.mark.xfail((sys.version_info.major, sys.version_info.minor) == (2, 7),
9191
reason="python2.7 fails for unknown reason")
9292
class TestPageNumber:
9393
"""

0 commit comments

Comments
 (0)