Skip to content

Commit

Permalink
remove examples from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Apr 26, 2022
1 parent c383c4f commit b895da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--doctest-modules --ignore=debug --ignore=examples/_pweave.py --ignore=benchmarks"
addopts = "--doctest-modules --ignore=debug --ignore=examples/_pweave.py --ignore=benchmarks --ignore=examples"

[tool.black]
exclude="examples/.*"

0 comments on commit b895da7

Please sign in to comment.