summaryrefslogtreecommitdiff
path: root/dev-python/pytest-snapshot/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pytest-snapshot/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-snapshot/files')
-rw-r--r--dev-python/pytest-snapshot/files/pytest-snapshot-0.9.0-pytest8.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pytest-snapshot/files/pytest-snapshot-0.9.0-pytest8.patch b/dev-python/pytest-snapshot/files/pytest-snapshot-0.9.0-pytest8.patch
deleted file mode 100644
index 4b1306b39710..000000000000
--- a/dev-python/pytest-snapshot/files/pytest-snapshot-0.9.0-pytest8.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://github.com/joseph-roitman/pytest-snapshot/issues/71
-https://github.com/joseph-roitman/pytest-snapshot/pull/72
-
-From c9df38f672d42f13ab519ad7a9337d7b44b87346 Mon Sep 17 00:00:00 2001
-From: Reuven Peleg <4018286+R-Peleg@users.noreply.github.com>
-Date: Tue, 9 Jul 2024 10:58:50 +0300
-Subject: [PATCH] Allow the '(' in the new pytest's output
-
---- a/tests/test_assert_match.py
-+++ b/tests/test_assert_match.py
-@@ -87,8 +87,8 @@ def test_sth(snapshot):
- r"E* assert * == *",
- r"E* At index 4 diff: * != *",
- r"E* Full diff:",
-- r"E* - b'the valu\xc3\x89 of snapshot1.txt{}'".format(repr(os.linesep)[1:-1]),
-- r"E* + b'the INCORRECT value of snapshot1.txt{}'".format(repr(os.linesep)[1:-1]),
-+ r"E* - *b'the valu\xc3\x89 of snapshot1.txt{}'*".format(repr(os.linesep)[1:-1]),
-+ r"E* + *b'the INCORRECT value of snapshot1.txt{}'*".format(repr(os.linesep)[1:-1]),
- ])
- assert result.ret == 1
-