-
Notifications
You must be signed in to change notification settings - Fork 921
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
[REVIEW] Switch language
from None
to "en"
in docs build
#11133
[REVIEW] Switch language
from None
to "en"
in docs build
#11133
Conversation
def test_read_parquet_multiple_files(datadir): | ||
df_1_path = datadir / "df_1.parquet" | ||
df_2_path = datadir / "df_2.parquet" | ||
def test_read_parquet_multiple_files(tmpdir): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be a datadir
, but should be a tmpdir
. Fixed it in this PR as it is a trivial change.
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #11133 +/- ##
===============================================
Coverage ? 86.34%
===============================================
Files ? 144
Lines ? 22729
Branches ? 0
===============================================
Hits ? 19625
Misses ? 3104
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
Thanks all! 🙏 |
Needed for Sphinx 5 compatibility. Should fix the following warning occurring in doc builds.
xref: sphinx-doc/sphinx#10481