Skip to content

Commit

Permalink
test(python): Do not run user guide examples by default (#11128)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 15, 2023
1 parent f420b61 commit adc007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ addopts = [
"--strict-markers",
"--import-mode=importlib",
# Default to running fast tests only. To run ALL tests, run: pytest -m ""
"-m not slow and not hypothesis and not benchmark and not write_disk",
"-m not slow and not hypothesis and not benchmark and not write_disk and not docs",
]
markers = [
"write_disk: Tests that write to disk",
Expand Down

0 comments on commit adc007f

Please sign in to comment.