1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

urllib3: use version from requests

coverage: use gevent concurrency
This commit is contained in:
Ilya Kreymer 2017-04-24 16:32:23 -07:00
parent 7ceeb32531
commit 478600716d
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
[run]
concurrency = gevent
omit =
*/test/*
*/tests/*

View File

@ -23,7 +23,7 @@ import json
import glob
from requests.models import PreparedRequest
import urllib3
from requests.packages import urllib3
import six.moves.http_client
six.moves.http_client._MAXHEADERS = 10000