diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/apt-test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/apt-test.py b/tests/apt-test.py index 03fa12eb..f1bc5593 100644 --- a/tests/apt-test.py +++ b/tests/apt-test.py @@ -1,5 +1,8 @@ +import warnings +warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning) import apt + if __name__ == "__main__": progress = apt.progress.OpTextProgress() cache = apt.Cache(progress) |
