-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Fix import format at pandas/tests/extension directory #23365
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
Fix import format at pandas/tests/extension directory #23365
Conversation
Hello @mwoss! Thanks for submitting the PR.
|
Some tests not passing due to lack of pyarrow library in project dependencies, What should I do? |
After adding pytest.importorskip again, build is still failing. (probably PEP8 code style issue) |
In my case, it was sorted but |
… param in setup.cfg due to errors from pep8 check
thanks @mwoss |
@mwoss |
git diff upstream/master -u -- "*.py" | flake8 --diff
PR includes 21 files, but I think it's acceptable and unnecessary to divide it to two separate PRs.