[Git][reproducible-builds/diffoscope][master] Apply black to my new test skipIf statement.

Chris Lamb gitlab at salsa.debian.org
Wed Nov 13 13:34:05 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
c2f380aa by Chris Lamb at 2019-11-13T13:33:55Z
Apply black to my new test skipIf statement.

Gbp-Dch: ignore

- - - - -


1 changed file:

- tests/comparators/test_xml.py


Changes:

=====================================
tests/comparators/test_xml.py
=====================================
@@ -47,7 +47,9 @@ def differences(xml_a, xml_b):
     return xml_a.compare(xml_b).details
 
 
- at pytest.mark.skipif(sys.version_info < (3, 8), reason="requires python3.8 or higher")
+ at pytest.mark.skipif(
+    sys.version_info < (3, 8), reason="requires Python 3.8 or higher"
+)
 def test_diff(differences):
     expected_diff = get_data('test_xml_expected_diff')
     assert differences[0].unified_diff == expected_diff



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/c2f380aa5bcfcd46ec93035a2cd13c022273af8e

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/c2f380aa5bcfcd46ec93035a2cd13c022273af8e
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/20191113/b056ea8c/attachment.htm>


More information about the rb-commits mailing list