diff options
Diffstat (limited to 'tests/unit/auth_test.py')
-rw-r--r-- | tests/unit/auth_test.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/unit/auth_test.py b/tests/unit/auth_test.py index 8bd2e16..ea953af 100644 --- a/tests/unit/auth_test.py +++ b/tests/unit/auth_test.py @@ -8,14 +8,9 @@ import tempfile import unittest from docker import auth, credentials, errors +from unittest import mock import pytest -try: - from unittest import mock -except ImportError: - from unittest import mock - - class RegressionTest(unittest.TestCase): def test_803_urlsafe_encode(self): auth_data = { |