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 9376f1e commit a8917acCopy full SHA for a8917ac
eng/tox/verify_whl.py
@@ -90,7 +90,6 @@ def should_verify_package(package_name):
90
return (
91
package_name not in EXCLUDED_PACKAGES
92
and "nspkg" not in package_name
93
- and "-mgmt" not in package_name
94
)
95
96
0 commit comments