Commit graph

4 commits

Author SHA1 Message Date
Pavel Raiskup
f39b3d620d Fix linter errors
Mostly wrong import order, useless imports, etc.
2024-11-06 11:19:55 +01:00
Pavel Raiskup
d220002bf0 tests: unittests assertEquals() is now assertEqual() 2024-11-06 11:19:55 +01:00
Pavel Raiskup
b895acb7db tests: modernize import statements 2024-11-06 11:19:55 +01:00
Jakub Kadlcik
3a62bb6613 Move bugzilla code to a separate file
Fix #358

Previously the bugzilla-specific code was implemented in `tito.common`
which is imported from everywhere. Therefore missing dependency
to `python3-bugzilla` resulted in failure even for simple commands
such as `tito build --tgz`.
2020-04-24 18:22:17 +02:00