We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284a3d6 commit 31fe58bCopy full SHA for 31fe58b
example/tests/unit/test_pagination.py
@@ -87,7 +87,7 @@ def test_limit_offset_deprecation(self):
87
88
89
# 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),
+@pytest.mark.xfail((sys.version_info.major, sys.version_info.minor) == (2, 7),
91
reason="python2.7 fails for unknown reason")
92
class TestPageNumber:
93
"""
0 commit comments