Skip to content

Commit 2528dc5

Browse files
committed
fix unit test
1 parent eea5942 commit 2528dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class TestLinkEvaluator:
114114
[
115115
((3, 6, 5), None, (True, "1.12")),
116116
# Test an incompatible Python.
117-
((3, 6, 4), None, (False, None)),
117+
((3, 6, 4), None, (False, '1.12 requires-python == 3.6.5')),
118118
# Test an incompatible Python with ignore_requires_python=True.
119119
((3, 6, 4), True, (True, "1.12")),
120120
],

0 commit comments

Comments
 (0)