Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 19, 2024
1 parent 0b42925 commit 8156937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ addopts = """
--doctest-modules
--doctest-glob='*.md'
--ignore=examples/
--ignore=atpbar/presentation/
"""
# doctest_optionflags = ["ELLIPSIS", "NORMALIZE_WHITESPACE",]
doctest_optionflags = ["ELLIPSIS"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
example_dir = here.parent / 'examples'

exclude = [ # type: ignore
# 'multiprocessing_pool.py',
'break_exception.py',
]

script_paths = list(example_dir.glob('**/*.py'))
Expand Down

0 comments on commit 8156937

Please sign in to comment.