python-remoto fails to build with Python 3.14.0b1. =================================== FAILURES =================================== _________________ TestExtendPath.test_no_environment_sets_path _________________ self = <remoto.tests.test_process.TestExtendPath object at 0x7fd1b7023ed0> def test_no_environment_sets_path(self): fake_conn = Mock() fake_conn.gateway.remote_exec.return_value = fake_conn fake_conn.receive.return_value = {} result = process.extend_env(fake_conn, {}) > assert result['env']['PATH'] == self.path E AttributeError: 'TestExtendPath' object has no attribute 'path' remoto/tests/test_process.py:18: AttributeError ___________ TestExtendPath.test_custom_path_does_not_get_overridden ____________ self = <remoto.tests.test_process.TestExtendPath object at 0x7fd1b6f1c050> def test_custom_path_does_not_get_overridden(self): fake_conn = Mock() fake_conn.gateway.remote_exec.return_value = fake_conn fake_conn.receive.return_value = {'PATH': '/home/alfredo/bin'} result = process.extend_env(fake_conn, {}) new_path = result['env']['PATH'] > assert new_path.endswith(self.path) E AttributeError: 'TestExtendPath' object has no attribute 'path' remoto/tests/test_process.py:26: AttributeError ___________ TestExtendPath.test_custom_env_var_extends_existing_env ____________ self = <remoto.tests.test_process.TestExtendPath object at 0x7fd1b6fdbce0> def test_custom_env_var_extends_existing_env(self): fake_conn = Mock() fake_conn.gateway.remote_exec.return_value = fake_conn fake_conn.receive.return_value = {'PATH': '/home/alfredo/bin'} result = process.extend_env(fake_conn, {'extend_env': {'CEPH_VOLUME_DEBUG': '1'}}) new_path = result['env']['PATH'] > assert result['env']['PATH'].endswith(self.path) E AttributeError: 'TestExtendPath' object has no attribute 'path' remoto/tests/test_process.py:35: AttributeError _____________________ TestRemoteError.test_exception_name ______________________ self = <remoto.tests.test_util.TestRemoteError object at 0x7fd1b6f1ca50> def test_exception_name(self): > error = util.RemoteError(self.traceback) E AttributeError: 'TestRemoteError' object has no attribute 'traceback' remoto/tests/test_util.py:29: AttributeError _____________________ TestRemoteError.test_exception_line ______________________ self = <remoto.tests.test_util.TestRemoteError object at 0x7fd1b6f1cb90> def test_exception_line(self): > error = util.RemoteError(self.traceback) E AttributeError: 'TestRemoteError' object has no attribute 'traceback' remoto/tests/test_util.py:33: AttributeError =========================== short test summary info ============================ FAILED remoto/tests/test_process.py::TestExtendPath::test_no_environment_sets_path FAILED remoto/tests/test_process.py::TestExtendPath::test_custom_path_does_not_get_overridden FAILED remoto/tests/test_process.py::TestExtendPath::test_custom_env_var_extends_existing_env FAILED remoto/tests/test_util.py::TestRemoteError::test_exception_name - Attr... FAILED remoto/tests/test_util.py::TestRemoteError::test_exception_line - Attr... ========================= 5 failed, 47 passed in 0.08s ========================= https://docs.python.org/3.14/whatsnew/3.14.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.14-b1/fedora-rawhide-x86_64/09026926-python-remoto/ For all our attempts to build python-remoto with Python 3.14, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.14-b1/package/python-remoto/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.14: https://copr.fedorainfracloud.org/coprs/g/python/python3.14-b1/ Let us know here if you have any questions. Python 3.14 is planned to be included in Fedora 43. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.14. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
*** Bug 2372103 has been marked as a duplicate of this bug. ***
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug.
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 4+ weeks. This is the second reminder (step 4) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug.
This package has been orphaned. You can pick it up at https://src.fedoraproject.org/rpms/python-remoto by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution.
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
Automation has figured out the package is retired in rawhide. If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement