adding vmware warning suppresion (#1475)

Signed-off-by: Paige Patton <prubenda@redhat.com>
This commit is contained in:
Paige Patton
2026-07-13 11:35:01 -04:00
committed by GitHub
parent 487b132804
commit 5fbbcfeb8c
+8
View File
@@ -12,6 +12,14 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import warnings
warnings.filterwarnings(
"ignore",
message="pkg_resources is deprecated as an API",
category=UserWarning,
module=r"com\.vmware.*",
)
import atexit
import datetime
import json