DOC: CI failure due to fsspec deprecation warning
See original GitHub issueThere is CI failure in the Web/Docs
, under check ipython directive errors
on github actions, noticed on #32831 and on #32830
The error that is being shown:
Run ! grep -B1 "^<<<-------------------------------------------------------------------------$" sphinx.log
FutureWarning,
<<<-------------------------------------------------------------------------
##[error]Process completed with exit code 1.
The root cause of the problem, is a warning that is generated during the creation of the docs.
>>>-------------------------------------------------------------------------
Warning in /home/runner/work/pandas/pandas/doc/source/user_guide/scale.rst at block ending on line 254
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/home/runner/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/fsspec/implementations/local.py:33: FutureWarning: The default value of auto_mkdir=True has been deprecated and will be changed to auto_mkdir=False by default in a future release.
FutureWarning,
<<<-------------------------------------------------------------------------
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Warning about auto_mkdir · Issue #6028 · dask/dask - GitHub
@TomAugspurger TomAugspurger mentioned this issue on Mar 20, 2020. DOC: CI failure due to fsspec deprecation warning pandas-dev/pandas#32832.
Read more >fsspec Documentation - Read the Docs
If the context finishes due to an (uncaught) exception, then the files are discarded and the file target locations untouched. The class fsspec.spec.Transaction ......
Read more >API Reference — fsspec 2022.11.0+13.g0974514.dirty ...
When doing ls/glob, if this is True, only consider paths that have http/https matching the input URLs. size_policy: this argument is deprecated: client_kwargs: ......
Read more >What's new in 1.5.0 (September 19, 2022) - Pandas
For more details, see the IO docs on ORC. Warning. It is highly recommended to install pyarrow using conda due to some issues...
Read more >Apache Arrow 2.0.0 Release
ARROW-9599 - [CI] Appveyor toolchain build fails because CMake ... ARROW-10284 - [Python] Pyarrow is raising deprecation warning about ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/dask/dask/issues/6028 is the same apparently.