Skip to content

Commit

Permalink
TEST-modin-project#5489: Allow for pytest to print warnings in tests …
Browse files Browse the repository at this point in the history
…output (modin-project#6621)

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Oct 9, 2023
1 parent a01ce30 commit 3fe050d
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 = --disable-pytest-warnings --cov-config=setup.cfg --cov=modin --cov-append --cov-report=
addopts = --cov-config=setup.cfg --cov=modin --cov-append --cov-report=
xfail_strict=true
markers =
xfail_executions
Expand Down

0 comments on commit 3fe050d

Please sign in to comment.