lp:~mvo/aptdaemon/send-signal-on-auth-fail

Created by Michael Vogt and last modified
Get this branch:
bzr branch lp:~mvo/aptdaemon/send-signal-on-auth-fail
Only Michael Vogt can upload to this branch. If you are Michael Vogt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Vogt
Project:
Aptdaemon
Status:
Development

Recent revisions

878. By Michael Vogt

send a Finished(error) signal on auth failed

874. By Michael Vogt

tests/test_client.py: use the fake bus instead of the real one in test_tid_caching and fix kwargs parsing

873. By Martin Pitt

Force debconf priority to high for test_debconf

This allows the test to work even if the system debconf priority is set to
critical.

Thanks Colin Watson <email address hidden>!

872. By Martin Pitt

Fix deprecated GObject.* API

Call GLib API through GLib.*, not GObject.*. The latter has been deprecated for
some time and causes PyGIDeprecationWarnings with PyGObject >= 3.7.2.

This gets rid of 247 of the 311 deprecation warnings during the tests. The
remaining ones will need bumping the minimum pygobject version, and will be
fixed later.

871. By Martin Pitt

Drop MemoizedTransaction mixin.

This uses internal implementation details of PyGObject (GObject.GObjectMeta)
which stopped working with PyGObject 3.7.2. Replace it with overriding __new__
which does the caching.

Extend ClientTest.test_tid_caching to ensure that different TIDs actually
generate different transactions.

870. By Michael Vogt

tests/test_pk.py: *cough* typo *cough*

869. By Michael Vogt

setup.py: add workaround for nose failure

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:aptdaemon
This branch contains Public information 
Everyone can see this information.

Subscribers