diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-02-22 18:56:23 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-02-22 18:56:23 +0100 |
| commit | 35fbdb5da686b2d3b2893e46050acfc00877527c (patch) | |
| tree | 67a38bf522b5582c99fa41f9d5d93f611a33f4a5 /tests/test_policy.py | |
| parent | c6ff9b94649494032b1009c8f5590ec445106c9d (diff) | |
| download | python-apt-35fbdb5da686b2d3b2893e46050acfc00877527c.tar.gz | |
tests/test_policy.py: Disable, uses system state (FTBFS on ppc64)
Disable the tests until we can fix them properly.
Diffstat (limited to 'tests/test_policy.py')
| -rw-r--r-- | tests/test_policy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_policy.py b/tests/test_policy.py index f15cf2d1..27d69e4b 100644 --- a/tests/test_policy.py +++ b/tests/test_policy.py @@ -13,6 +13,7 @@ import unittest class TestAptPolicy(unittest.TestCase): def test_apt_policy_lowlevel(self): + return # TODO: Make tests independent of system state # get a policy cache = apt.Cache() policy = cache._depcache.policy @@ -29,6 +30,7 @@ class TestAptPolicy(unittest.TestCase): self.assertTrue(policy.get_priority(pkgfile) < 1001) def test_apt_policy_highlevel(self): + return # TODO: Make tests independent of system state cache = apt.Cache() pkg = cache["apt"] self.assertTrue(pkg.candidate.policy_priority > 1 and |
