mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
tests: replace a mock import with unittest.mock (#80589)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""Tests for validate-modules regexes."""
|
||||
from __future__ import annotations
|
||||
|
||||
import mock
|
||||
import pathlib
|
||||
import sys
|
||||
from unittest import mock
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user