-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport PR #53888 on branch 2.0.x (CI: Fix pytest scripts and doc fa…
…ilure) (#53892) Backport PR #53888: CI: Fix pytest scripts and doc failure Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
- Loading branch information
1 parent
b8f14c4
commit 0ef704c
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# pyproject.toml defines addopts: --strict-data-files | ||
# strict-data-files is defined & used in pandas/conftest.py | ||
def pytest_addoption(parser): | ||
parser.addoption( | ||
"--strict-data-files", | ||
action="store_true", | ||
help="Unused", | ||
) |