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 63dfb5f commit 096955bCopy full SHA for 096955b
setuptools/tests/test_glob.py
@@ -42,4 +42,4 @@
42
def test_glob(monkeypatch, tmpdir, tree, pattern, matches):
43
monkeypatch.chdir(tmpdir)
44
path.build({name: '' for name in tree.split()})
45
- assert list(sorted(glob(pattern))) == list(sorted(matches))
+ assert sorted(glob(pattern)) == sorted(matches)
0 commit comments