From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- dev-util/cookiecutter/files/test_cli-1.7.2.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev-util/cookiecutter/files/test_cli-1.7.2.patch (limited to 'dev-util/cookiecutter/files') diff --git a/dev-util/cookiecutter/files/test_cli-1.7.2.patch b/dev-util/cookiecutter/files/test_cli-1.7.2.patch new file mode 100644 index 000000000000..e9f8bfa51c39 --- /dev/null +++ b/dev-util/cookiecutter/files/test_cli-1.7.2.patch @@ -0,0 +1,14 @@ +diff --git a/tests/test_cli.py b/tests/test_cli.py +index e9b559c..9d89b2f 100644 +--- a/tests/test_cli.py ++++ b/tests/test_cli.py +@@ -401,7 +401,8 @@ def test_cli_extra_context_invalid_format(cli_runner): + 'tests/fake-repo-pre/', '--no-input', '-v', 'ExtraContextWithNoEqualsSoInvalid', + ) + assert result.exit_code == 2 +- assert "Error: Invalid value for '[EXTRA_CONTEXT]...'" in result.output ++ assert "Error: Invalid value for" ++ assert "[EXTRA_CONTEXT]..." in result.output + assert 'should contain items of the form key=value' in result.output + + -- cgit v1.2.3