[Git][reproducible-builds/diffoscope][master] Make test_zip black clean.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Feb 9 20:52:10 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
10c0c6fc by Chris Lamb at 2024-02-09T12:51:33-08:00
Make test_zip black clean.
Gah, this was somehow not run before last release. :(
- - - - -
1 changed file:
- tests/comparators/test_zip.py
Changes:
=====================================
tests/comparators/test_zip.py
=====================================
@@ -87,7 +87,7 @@ def test_mozzip_identification(mozzip1):
@skipif(
sys.version_info >= (3, 11, 8),
- reason="Test fails under 3.11.8+; possible regression"
+ reason="Test fails under 3.11.8+; possible regression",
)
def test_mozzip_no_differences(mozzip1):
difference = mozzip1.compare(mozzip1)
@@ -102,7 +102,7 @@ def mozzip_differences(mozzip1, mozzip2):
@skip_unless_tools_exist("zipinfo")
@skipif(
sys.version_info >= (3, 11, 8),
- reason="Test fails under 3.11.8+; possible regression"
+ reason="Test fails under 3.11.8+; possible regression",
)
def test_mozzip_metadata(mozzip_differences, mozzip1, mozzip2):
assert_diff(mozzip_differences[0], "mozzip_zipinfo_expected_diff")
@@ -111,7 +111,7 @@ def test_mozzip_metadata(mozzip_differences, mozzip1, mozzip2):
@skip_unless_tools_exist("zipinfo")
@skipif(
sys.version_info >= (3, 11, 8),
- reason="Test fails under 3.11.8+; possible regression"
+ reason="Test fails under 3.11.8+; possible regression",
)
def test_mozzip_compressed_files(mozzip_differences):
assert mozzip_differences[-1].source1 == "dir/text"
@@ -122,7 +122,7 @@ def test_mozzip_compressed_files(mozzip_differences):
@skip_unless_tools_exist("zipinfo")
@skipif(
sys.version_info >= (3, 11, 8),
- reason="Test fails under 3.11.8+; possible regression"
+ reason="Test fails under 3.11.8+; possible regression",
)
def test_mozzip_compare_non_existing(monkeypatch, mozzip1):
assert_non_existing(monkeypatch, mozzip1)
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/10c0c6fc55f64233307eb652888ffe33ee4d56bc
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/10c0c6fc55f64233307eb652888ffe33ee4d56bc
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/20240209/46ff1135/attachment.htm>
More information about the rb-commits
mailing list