1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

rename urllib3 patch method and rm unused imports from tests

This commit is contained in:
aisch
2015-03-23 13:43:30 -07:00
parent 63ec95be06
commit e6b43a0374
2 changed files with 4 additions and 6 deletions

View File

@@ -2,12 +2,10 @@
# coding=utf-8
import os
import pytest
import vcr
from assertions import (
assert_cassette_empty,
assert_cassette_has_one_response,
assert_is_json
)
certifi = pytest.importorskip("certifi")