From 9b8168ebde841dc7682e63aa54f14deea2331d78 Mon Sep 17 00:00:00 2001 From: Arthur Petukhovsky Date: Tue, 28 Sep 2021 18:09:21 +0300 Subject: [PATCH] Don't log test output while running --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a168fef1c8..44ba963c64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -245,7 +245,7 @@ jobs: # multiple tests in one file) # -rA prints summary in the end # -n4 uses four processes to run tests via pytest-xdist - pipenv run pytest --junitxml=$TEST_OUTPUT/junit.xml --tb=short -s --verbose -rA $TEST_SELECTION $EXTRA_PARAMS + pipenv run pytest --junitxml=$TEST_OUTPUT/junit.xml --tb=short --verbose -rA $TEST_SELECTION $EXTRA_PARAMS - run: # CircleCI artifacts are preserved one file at a time, so skipping # this step isn't a good idea. If you want to extract the