mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
``` ubuntutools/test/test_archive.py::LocalSourcePackageTestCase::test_pull /usr/lib/python3.11/unittest/case.py:678: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<bound method LocalSourcePackageTestCase.test_pull of <ubuntutools.test.test_archive.LocalSourcePackageTestCase testMethod=test_pull>>) return self.run(*args, **kwds) ``` `test_pull` does not need to be run directly. Make it private. Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>