1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix test comment

This commit is contained in:
Tzu-ping Chung 2020-05-13 06:33:05 +08:00
parent dc4171c213
commit aef15104c3

View file

@ -132,8 +132,7 @@ def test_raise_for_invalid_entrypoint_fail(entrypoint):
('', '', '1'),
]),
([
# Include an int to check avoiding the following error:
# > TypeError: '<' not supported between instances of 'str' and 'int'
# Test the normalization correctly encode everything for csv.writer().
(u'😉', '', 1),
(u'', '', ''),
], [