Skip to content

Commit

Permalink
tests: Allow to run pytest narwhals --doctest-modules without ibis (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon authored Feb 15, 2025
1 parent f79a9ea commit 6d07f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ required-imports = ["from __future__ import annotations"]
docstring-code-format = true

[tool.pytest.ini_options]
norecursedirs = ['*.egg', '.*', '_darcs', 'build', 'CVS', 'dist', 'node_modules', 'venv', '{arch}', 'narwhals/_*']
testpaths = ["tests"]
filterwarnings = [
"error",
Expand Down

0 comments on commit 6d07f89

Please sign in to comment.