#3698 kojira: setDaemon() is deprecated
Closed: Fixed by tkopecek. Opened by amessina.

I haven't been able to determine when upstream Python plans to remove this, but it's deprecated since Python 3.10.

/usr/sbin/kojira:1080: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  thread.setDaemon(True)
2023-02-18 13:39:25,034 [INFO] {176253} koji.repo.currency:570 currencyChecker starting
/usr/sbin/kojira:1089: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  thread.setDaemon(True)
2023-02-18 13:39:25,055 [INFO] {176253} koji.repo.currency_external:585 currencyExternalChecker starting
/usr/sbin/kojira:1098: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  thread.setDaemon(True)
2023-02-18 13:39:25,076 [INFO] {176253} koji.repo.regen:600 regenLoop starting
/usr/sbin/kojira:1107: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  thread.setDaemon(True)
2023-02-18 13:39:25,097 [INFO] {176253} koji.repo.delete:615 deleteLoop starting
/usr/sbin/kojira:1116: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  thread.setDaemon(True)

Metadata Update from @jcupova:
- Custom field Size adjusted to None
- Issue set to the milestone: 1.33

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

Metadata Update from @relias-redhat:
- Issue tagged with: testing-done

Commit a6a63ed4 fixes this issue

Commit e2e0914e fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/3698

Please continue any further discussion there.

Metadata
Related Pull Requests