Dear package maintainer, We want to update python-setuptools to 80.9.0 or newer. However, your package fails to build with it, in our testing Copr: https://copr.fedorainfracloud.org/coprs/churchyard/setuptools-80.9.0/package/python-vcstool To reproduce, try to build your package in mock with: $ fedpkg --release rawhide mockbuild -N -- --addrepo=https://download.copr.fedorainfracloud.org/results/churchyard/setuptools-80.9.0/fedora-rawhide-x86_64 As the number of failures is rather high, I have not yet tried to look into the details about each individual failure. When you do, please feel free to post relevant part of the logs as comments. Thank you. Let me know if you need help.
+ /usr/bin/python3 -m pytest --ignore=test/test_flake8.py --ignore test/test_commands.py test ============================= test session starts ============================== platform linux -- Python 3.14.0, pytest-8.3.5, pluggy-1.6.0 rootdir: /builddir/build/BUILD/python-vcstool-0.3.0-build/vcstool-0.3.0 collected 2 items test/test_options.py FF [100%] =================================== FAILURES =================================== ___________________________ TestOptions.test_clients ___________________________ self = <test_options.TestOptions testMethod=test_clients> def test_clients(self): output = run_command(['--clients']) expected = get_expected_output('clients') > self.assertEqual(output, expected) E AssertionError: b'/builddir/build/BUILD/python-vcstool-0.3.[408 chars]ip\n' != b'The available VCS clients are:\n bzr\n [28 chars]ip\n' test/test_options.py:12: AssertionError __________________________ TestOptions.test_commands ___________________________ self = <test_options.TestOptions testMethod=test_commands> def test_commands(self): output = run_command(['--commands']) expected = get_expected_output('commands') > self.assertEqual(output, expected) E AssertionError: b'/builddir/build/BUILD/python-vcstool-0.3.[407 chars]te\n' != b'branch custom diff export import log pull[27 chars]te\n' test/test_options.py:17: AssertionError =========================== short test summary info ============================ FAILED test/test_options.py::TestOptions::test_clients - AssertionError: b'/b... FAILED test/test_options.py::TestOptions::test_commands - AssertionError: b'/... ============================== 2 failed in 0.27s ===============================
I plan to proceed with the setuptools update soon. Let me know if I should wait for python-vcstool.
This now fails to build in rawhide.
Please respond.
FEDORA-2025-13bc127d84 (python-vcstool-0.3.0-15.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-13bc127d84
FEDORA-2025-13bc127d84 (python-vcstool-0.3.0-15.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.