summaryrefslogtreecommitdiff
path: root/dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-08 22:23:22 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-08 22:23:22 +0100
commit99b2c44c1425c7b2925846d4c44b2bf2f78dc786 (patch)
tree9bf7a2d385aace0ea5f3f8d3e3657168b758fdaa /dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch
parent39bccce90513402ec93bb0fde30678f16b07a9cc (diff)
gentoo auto-resync : 08:07:2023 - 22:23:22
Diffstat (limited to 'dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch')
-rw-r--r--dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch b/dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch
deleted file mode 100644
index 569ca97e5e42..000000000000
--- a/dev-util/cookiecutter/files/cookiecutter-2.0.2-fix-path-in-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/test_generate_file.py b/tests/test_generate_file.py
-index 2ca30df..47e14ec 100644
---- a/tests/test_generate_file.py
-+++ b/tests/test_generate_file.py
-@@ -118,7 +118,7 @@ def expected_msg():
- """Fixture. Used to ensure that exception generated text contain full data."""
- msg = (
- 'Missing end of comment tag\n'
-- ' File "./tests/files/syntax_error.txt", line 1\n'
-+ ' File "tests/files/syntax_error.txt", line 1\n'
- ' I eat {{ syntax_error }} {# this comment is not closed}'
- )
- return msg.replace("/", os.sep)