Skip to content

Is @td.skip_if_no("pathlib") necessary? #30375

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

Closed
MarcoGorelli opened this issue Dec 20, 2019 · 2 comments · Fixed by #30376
Closed

Is @td.skip_if_no("pathlib") necessary? #30375

MarcoGorelli opened this issue Dec 20, 2019 · 2 comments · Fixed by #30376
Labels

Comments

@MarcoGorelli
Copy link
Member

Admittely this is very minor, but
there's a few parts in the codebase (e.g. pandas/tests/io/test_common.py) where there is

@td.skip_if_no("pathlib")

As of v1.0, the minimum Python version supported will be 3.6.1, so pathlib will always be present as part of the standard library.

@TomAugspurger
Copy link
Contributor

No necessary anymore, it can be removed.

@jreback
Copy link
Contributor

jreback commented Dec 20, 2019

closed by #30376

@jreback jreback closed this as completed Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants