summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_bdist_deprecations.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_bdist_deprecations.py')
-rw-r--r--setuptools/tests/test_bdist_deprecations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_bdist_deprecations.py b/setuptools/tests/test_bdist_deprecations.py
index 1a900c67..1b69c418 100644
--- a/setuptools/tests/test_bdist_deprecations.py
+++ b/setuptools/tests/test_bdist_deprecations.py
@@ -1,7 +1,7 @@
"""develop tests
"""
-import mock
import sys
+from unittest import mock
import pytest