[Git][reproducible-builds/diffoscope][master] apply black
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Sun Dec 12 17:48:56 UTC 2021
Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope
Commits:
5fc7c711 by Mattia Rizzolo at 2021-12-12T18:48:46+01:00
apply black
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- tests/comparators/test_pgp.py
Changes:
=====================================
tests/comparators/test_pgp.py
=====================================
@@ -98,6 +98,10 @@ def signed_differences(signed1, signed2):
def test_signed_diff(signed_differences):
expected_diff = get_data("pgp_signed_expected_diff")
if pgpdump_version() > Version(0.33):
- expected_diff = expected_diff.replace("Format - binary", "Packet data format - binary")
- expected_diff = expected_diff.replace("File modified time", "Creation time")
+ expected_diff = expected_diff.replace(
+ "Format - binary", "Packet data format - binary"
+ )
+ expected_diff = expected_diff.replace(
+ "File modified time", "Creation time"
+ )
assert signed_differences[0].unified_diff == expected_diff
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/5fc7c711943add2f0d88af4d05c6517c9191377a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/5fc7c711943add2f0d88af4d05c6517c9191377a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20211212/71c03595/attachment.htm>
More information about the rb-commits
mailing list