Source: devscripts
Version: 2.23.1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=devscripts&arch=s390x&ver=2.23.1&stamp=1676400700&raw=0
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/devscripts.html

...
======================================================================
FAIL: test_black (devscripts.test.test_black.BlackTestCase.test_black)
Test: Run black code formatter on Python source code.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/1st/devscripts-2.23.1/scripts/devscripts/test/test_black.py", 
line 43, in test_black
    self.fail(
AssertionError: black found code that needs reformatting:
--- wrap-and-sort       2023-02-04 23:33:58 +0000
+++ wrap-and-sort       2024-03-19 01:21:02.603765 +0000
@@ -193,11 +193,10 @@
                 return True
         return False
 
 
 class InstallContent:
-
     __slots__ = ("content", "comments")
 
     def __init__(self, content, comments=None):
         self.content = content
         self.comments = comments
--- sadt        2023-02-04 23:33:58 +0000
+++ sadt        2024-03-19 01:21:02.593172 +0000
@@ -129,11 +129,10 @@
     def close(self):
         pass
 
 
 class DefaultProgress(Progress):
-
     _hourglass = r"/-\|"
 
     def __init__(self):
         self._counter = 0
         self._output = False
--- debootsnap  2023-02-04 23:33:58 +0000
+++ debootsnap  2024-03-19 01:21:02.985582 +0000
@@ -652,11 +652,10 @@
         for source in sources:
             print(source.deb_line(), end="")
         sys.exit(0)
 
     with tempfile.TemporaryDirectory() as tmpdirname:
-
         download_packages(tmpdirname, sources, pkgs, nativearch, foreignarches)
 
         create_repo(tmpdirname, pkgs)
 
         newpkgs = run_mmdebstrap(

----------------------------------------------------------------------
Ran 17 tests in 37.834s

FAILED (failures=1)
Test failed: <unittest.runner.TextTestResult run=17 errors=0 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=17 errors=0 failures=1>
make[3]: *** [Makefile:103: test_py] Error 1

Reply via email to