1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix/ignore some flake errors

This commit is contained in:
Jayson Reis
2016-01-20 12:28:46 +01:00
parent 7fdfce65ee
commit 632af2e41a
4 changed files with 10 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ from six.moves import xmlrpc_client
requests = pytest.importorskip("requests")
import vcr
import vcr # NOQA
try:
import httplib