# Copyright 2023 The ChromiumOS Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import unittest | |
class PipTest(unittest.TestCase): | |
def test_deps(self): | |
import pylint | |
if __name__ == "__main__": | |
unittest.main() |