Skip to content

Commit a8917ac

Browse files
authored
ensure verify_whl applies to mgmt packages (#43263)
1 parent 9376f1e commit a8917ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/tox/verify_whl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def should_verify_package(package_name):
9090
return (
9191
package_name not in EXCLUDED_PACKAGES
9292
and "nspkg" not in package_name
93-
and "-mgmt" not in package_name
9493
)
9594

9695

0 commit comments

Comments
 (0)