We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2c559 commit d96e7e7Copy full SHA for d96e7e7
tests/test_integration.py
@@ -1,3 +1,12 @@
1
+"""
2
+Test behaviors specific to importlib_metadata.
3
+
4
+These tests are excluded downstream in CPython as they
5
+test functionality only in importlib_metadata or require
6
+behaviors ('packaging') that aren't available in the
7
+stdlib.
8
9
10
import unittest
11
import packaging.requirements
12
import packaging.version
0 commit comments