X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..da5858d5f794c14cf00b830166bb34b1bcd79ba5:/sdk/python/tests/test_http.py diff --git a/sdk/python/tests/test_http.py b/sdk/python/tests/test_http.py index bce57eda61..de63719453 100644 --- a/sdk/python/tests/test_http.py +++ b/sdk/python/tests/test_http.py @@ -11,11 +11,12 @@ import functools import hashlib import json import logging -import mock import sys import unittest import datetime +from unittest import mock + import arvados import arvados.collection import arvados.keep @@ -23,8 +24,6 @@ import pycurl from arvados.http_to_keep import http_to_keep -import ruamel.yaml as yaml - # Turns out there was already "FakeCurl" that serves the same purpose, but # I wrote this before I knew that. Whoops. class CurlMock: