Skip to content

Commit

Permalink
tests: pyi_pkg_resources_provider.py: remove duplicated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Nov 7, 2020
1 parent 1cae87e commit d2ecd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/scripts/pyi_pkg_resources_provider.py
Expand Up @@ -272,7 +272,7 @@ def _listdir_test(pkgname, path, expected):
content = resource_listdir(pkgname, path)
# Ignore pycache
if '__pycache__' in content:
content.remove('__pycache__') # ignore __pycache__
content.remove('__pycache__')
assert sorted(content) == sorted(expected)


Expand Down

0 comments on commit d2ecd70

Please sign in to comment.