Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 17, 2023
1 parent ea23aa5 commit 8a4e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/util/_test_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def skip_if_installed(package: str) -> pytest.MarkDecorator:
parametrization mark.
"""
return pytest.mark.skipif(
bool(import_optional_dependency(package, error="ignore")),
bool(import_optional_dependency(package, errors="ignore")),
reason=f"Skipping because {package} is installed.",
)

Expand Down

0 comments on commit 8a4e1c1

Please sign in to comment.