Skip to content

Commit

Permalink
add marker to addopts for pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Nov 9, 2023
1 parent b39cdf2 commit 96366a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tag_prefix =
parentdir_prefix = modin-

[tool:pytest]
addopts = --cov-config=setup.cfg --cov=modin --cov-append --cov-report=
addopts = --cov-config=setup.cfg --cov=modin --cov-append --cov-report= -m "not exclude_by_default"
xfail_strict=true
markers =
exclude_in_sanity
Expand Down

0 comments on commit 96366a3

Please sign in to comment.