Skip to content

Conversation

@rohanpm
Copy link
Contributor

@rohanpm rohanpm commented Aug 10, 2021

We try to use os.scandir, but fall back to scandir.scandir on
python < 3.5; this dependency wasn't declared, and it should be.

Previously missed because, on those python versions, scandir tends to
be pulled in via pytest => pathlib during tests. But this is not true
for all versions of pytest.

We try to use os.scandir, but fall back to scandir.scandir on
python < 3.5; this dependency wasn't declared, and it should be.

Previously missed because, on those python versions, scandir tends to
be pulled in via pytest => pathlib during tests. But this is not true
for all versions of pytest.
@rohanpm rohanpm marked this pull request as ready for review August 10, 2021 06:34
@rohanpm rohanpm requested a review from a team August 10, 2021 06:35
@rohanpm rohanpm merged commit 5e3a28b into release-engineering:master Aug 10, 2021
@rohanpm rohanpm deleted the scandir-dep branch August 10, 2021 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants