blob: a9466f42d124b4852abbce71311348354d16fce7 [file] [log] [blame] [edit]
# 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()