** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/bdebstrap/+git/bdebstrap/+merge/460124

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/2051997

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  ------
  usr/bin/python3.12 -m pylint --rcfile=/<<PKGBUILDDIR>>/tests/pylint.conf -- 
/<<PKGBUILDDIR>>/bdebstrap tests /<<PKGBUILDDIR>>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<<PKGBUILDDIR>>/hooks/disable-units 
/<<PKGBUILDDIR>>/hooks/enable-units
  ok

  ======================================================================
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/<<PKGBUILDDIR>>/tests/test_pylint.py", line 74, in test_pylint
      self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  ************* Module setup
  /<<PKGBUILDDIR>>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<<PKGBUILDDIR>>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<<PKGBUILDDIR>>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<<PKGBUILDDIR>>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<<PKGBUILDDIR>>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<<PKGBUILDDIR>>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<<PKGBUILDDIR>>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  ------

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to