From d122aa3eb19bf6dd47102ef5dec6fc880a39226b Mon Sep 17 00:00:00 2001 From: milafrerichs Date: Wed, 20 Jun 2018 11:08:52 +0200 Subject: [PATCH] Try assert plain as mentioned here: https://github.com/pytest-dev/pytest-mock/issues/102 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e2b1d04..8d6ece2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,5 +19,5 @@ jobs: key: v1-py-cache-{{ .Branch }}-{{ checksum "requirements.txt" }} paths: - ~/venv - - run: pytest --cov=./ + - run: pytest --cov=./ --assert=plain - run: bash <(curl -s https://codecov.io/bash)