Skip to content

Commit dd36fdc

Browse files
mroeschkeim-vinicius
authored and
im-vinicius
committed
CI: Fix pytest scripts and doc failure (pandas-dev#53888)
1 parent 466f5cb commit dd36fdc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/source/whatsnew/v0.10.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ labeled the aggregated group with the end of the interval: the next day).
181181
``X0``, ``X1``, ...) can be reproduced by specifying ``prefix='X'``:
182182

183183
.. ipython:: python
184-
:okwarning:
184+
:okexcept:
185185
186186
import io
187187

scripts/tests/conftest.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# pyproject.toml defines addopts: --strict-data-files
2+
# strict-data-files is defined & used in pandas/conftest.py
3+
def pytest_addoption(parser):
4+
parser.addoption(
5+
"--strict-data-files",
6+
action="store_true",
7+
help="Unused",
8+
)

0 commit comments

Comments
 (0)