summaryrefslogtreecommitdiff
path: root/Lib/test/test_packaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_packaging.py')
-rw-r--r--Lib/test/test_packaging.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/test_packaging.py b/Lib/test/test_packaging.py
new file mode 100644
index 0000000000..250d661b74
--- /dev/null
+++ b/Lib/test/test_packaging.py
@@ -0,0 +1,5 @@
+import sys
+from packaging.tests.__main__ import test_main
+
+if __name__ == '__main__':
+ test_main()