Skip to content

Commit

Permalink
pytest --color=no for visibility in raw log
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Dec 27, 2021
1 parent 46f9ae0 commit 871ae6b
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 @@ -22,7 +22,7 @@ norecursedirs =
addopts =
--strict-markers
--doctest-modules
--color=yes
--color=no
--disable-pytest-warnings
filterwarnings =
# error out on our deprecation warnings - ensures the code and tests are kept up-to-date
Expand Down

0 comments on commit 871ae6b

Please sign in to comment.