[stable-2.15] tests: replace a mock import with unittest.mock (#80589) (#80603)

(cherry picked from commit f4615d69ad)

Co-authored-by: Maxwell G <maxwell@gtmx.me>
pull/80612/head
Matt Clay 3 years ago committed by GitHub
parent 82b47c8d5c
commit ddf298097c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save