cpython/Lib/test/test_packaging.py

6 lines
102 B
Python
Raw Normal View History

import sys
from packaging.tests.__main__ import test_main
if __name__ == '__main__':
test_main()