Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of scandir package from requirements #7632

Closed
pmisik opened this issue May 19, 2024 · 0 comments · Fixed by #7633
Closed

Removal of scandir package from requirements #7632

pmisik opened this issue May 19, 2024 · 0 comments · Fixed by #7633

Comments

@pmisik
Copy link
Contributor

pmisik commented May 19, 2024

scandir has been included in the Python 3.5 standard library as os.scandir(), and the related performance improvements to os.walk() have also been included. see https://github.com/benhoyt/scandir?tab=readme-ov-file#now-included-in-a-python-near-you

As Buildbot now requires Python 3.8 or newer we can use standard library rather than package.

pmisik added a commit to pmisik/buildbot that referenced this issue May 19, 2024
`scandir` has been included in the Python 3.5 standard library as os.scandir(), and the related performance improvements to os.walk() have also been included.
see https://github.com/benhoyt/scandir?tab=readme-ov-file#now-included-in-a-python-near-you

As Buildbot now requires Python 3.8 or newer we can use standard library rather than package.

Fixes buildbot#7632
pmisik added a commit to pmisik/buildbot that referenced this issue May 21, 2024
`scandir` has been included in the Python 3.5 standard library as os.scandir(), and the related performance improvements to os.walk() have also been included.
see https://github.com/benhoyt/scandir?tab=readme-ov-file#now-included-in-a-python-near-you

As Buildbot now requires Python 3.8 or newer we can use standard library rather than package.

Fixes buildbot#7632
p12tic pushed a commit to pmisik/buildbot that referenced this issue May 21, 2024
`scandir` has been included in the Python 3.5 standard library as os.scandir(), and the related performance improvements to os.walk() have also been included.
see https://github.com/benhoyt/scandir?tab=readme-ov-file#now-included-in-a-python-near-you

As Buildbot now requires Python 3.8 or newer we can use standard library rather than package.

Fixes buildbot#7632
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 a pull request may close this issue.

1 participant