~ubuntu-branches/debian/sid/aptdaemon/sid

« back to all changes in this revision

Viewing changes to tests/test_lock.py

  • Committer: Package Import Robot
  • Author(s): Julian Andres Klode
  • Date: 2012-03-05 16:03:14 UTC
  • mfrom: (18.1.73 precise)
  • Revision ID: package-import@ubuntu.com-20120305160314-zhwgowgtnu14tlc2
Tags: 0.43+bzr769-1
* New upstream snapshot
  - Works without pkcompat (Closes: #652644)
* Merge with Ubuntu; remaining changes:
  - debian/control: Changes of Vcs, Maintainer stuff
  - Do not use dh-translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        self.chroot.setup()
28
28
        self.addCleanup(self.chroot.remove)
29
29
        # Required to change the lock pathes to the chroot
30
 
        self.worker = aptdaemon.worker.AptWorker(self.chroot.path)
 
30
        self.worker = aptdaemon.worker.AptWorker(chroot=self.chroot.path,
 
31
                                                 load_plugins=False)
31
32
        pkg_path = os.path.join(aptdaemon.test.get_tests_dir(),
32
33
                                "repo/silly-base_0.1-0_all.deb")
33
34
        self.dpkg_cmd = ["fakeroot", "dpkg", "--root", self.chroot.path,