From d5db1ffaabc11c50c729e2134a15301131b8df3d Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 19 Dec 2019 11:11:02 +0200 Subject: [PATCH] Update pytest to 5.3.2 (#633) * Update pytest from 5.3.1 to 5.3.2 * pin coverage to stay below 5.0 ref https://github.com/coveralls-clients/coveralls-python/issues/203 --- .github/workflows/python_testing.yml | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_testing.yml b/.github/workflows/python_testing.yml index 12cad90d6..529e026bf 100644 --- a/.github/workflows/python_testing.yml +++ b/.github/workflows/python_testing.yml @@ -27,7 +27,8 @@ jobs: - name: Perform Testing run: | - pip install pytest betamax pytest-runner pytest-cov coverage + pip install pytest betamax pytest-runner pytest-cov + pip install -U coverage\<5.0 pytest --cov=pykechain tests - name: Check docs and distribution diff --git a/requirements.txt b/requirements.txt index 397db4e2f..795de38ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ semver==2.9.0 PyOpenSSL==19.1.0; python_version <= '2.7' # testing -pytest==5.3.1 +pytest==5.3.2 betamax==0.8.1 coverage==4.5.4 pytest-cov==2.8.1