From bff1347ba3c5ef6f4a8afd992018d4543634a5ef Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 8 Feb 2022 09:35:03 -0800 Subject: [PATCH] Fix some test failures (#394). --- borgmatic/config/schema.yaml | 10 +++++----- test_requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index dba6b5f29..684070f18 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -346,27 +346,27 @@ properties: init: type: string description: | - Extra command-line options to pass to "borg init". + Extra command-line options to pass to "borg init". example: "--make-parent-dirs" prune: type: string description: | - Extra command-line options to pass to "borg prune". + Extra command-line options to pass to "borg prune". example: "--save-space" compact: type: string description: | - Extra command-line options to pass to "borg compact". + Extra command-line options to pass to "borg compact". example: "--save-space" create: type: string description: | - Extra command-line options to pass to "borg create". + Extra command-line options to pass to "borg create". example: "--no-files-cache" check: type: string description: | - Extra command-line options to pass to "borg check". + Extra command-line options to pass to "borg check". example: "--save-space" description: | Additional options to pass directly to particular Borg diff --git a/test_requirements.txt b/test_requirements.txt index 6513bcaae..9e56c3473 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -4,15 +4,15 @@ black==19.10b0; python_version >= '3.8' click==7.1.2; python_version >= '3.8' colorama==0.4.4 coverage==5.3 -flake8==3.8.4 +flake8==4.0.1 flexmock==0.10.4 isort==5.9.1 mccabe==0.6.1 pluggy==0.13.1 pathspec==0.8.1; python_version >= '3.8' py==1.10.0 -pycodestyle==2.6.0 -pyflakes==2.2.0 +pycodestyle==2.8.0 +pyflakes==2.4.0 jsonschema==3.2.0 pytest==6.2.5 pytest-cov==3.0.0