From cb2ff704f8bf122d676ce7fddbf872cddbd8aeed Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 18 Mar 2022 12:01:10 +1100 Subject: [PATCH 1/3] Update pytest from 6.2.4 to 7.1.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e357a7c..e48346e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest==6.2.4 +pytest==7.1.1 pytest-cov==2.12.1 From 772fb2367238ec6bba9fe50a0d59129f548b0847 Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Tue, 29 Mar 2022 23:37:58 +1100 Subject: [PATCH 2/3] Disable fstring suggestions for now --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 129897b..5288bb0 100644 --- a/pylintrc +++ b/pylintrc @@ -62,6 +62,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" #disable=invalid-name,bad-continuation,too-many-arguments,too-many-locals,too-many-statements,redefined-builtin +disable=consider-using-f-string [SIMILARITIES] From 0e76e87a8a5e7d2ef25d9389bf442c395bcc59bd Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Tue, 29 Mar 2022 23:43:19 +1100 Subject: [PATCH 3/3] Update azure VMs --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29805be..20480b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ variables: jobs: - job: 'static_checks' pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 variables: TOXENV: flake8,pylint,docs,check-manifest,checkreadme steps: @@ -43,7 +43,7 @@ jobs: - job: 'ubuntu1604' pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 strategy: matrix: py36: