We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f14c4 commit 13d048aCopy full SHA for 13d048a
doc/source/whatsnew/v0.10.0.rst
@@ -181,7 +181,7 @@ labeled the aggregated group with the end of the interval: the next day).
181
``X0``, ``X1``, ...) can be reproduced by specifying ``prefix='X'``:
182
183
.. ipython:: python
184
- :okwarning:
+ :okexcept:
185
186
import io
187
scripts/tests/conftest.py
@@ -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