Luiz Menezes
f1561ae0f8
Remove tox pin on aiohttp
2018-05-07 09:25:21 -03:00
Luiz Menezes
f1f8ce2af4
Ignore syntax error on async stuff
2018-05-07 09:25:21 -03:00
Luiz Menezes
26be756f47
Fix aiohttp stub to support version >= 3.1.0
2018-05-07 09:25:21 -03:00
Luiz Menezes
f890709a20
Merge pull request #346 from carsonyl/patch-1
...
Convert extras_require conditional deps to PEP 508 form.
2018-05-06 19:06:06 -03:00
Carson Lam
d0ae5fa40b
Merge branch 'master' of github.com:kevin1024/vcrpy into patch-1
2018-05-05 19:53:42 -07:00
Luiz Menezes
1562bc7659
Merge pull request #350 from lamby/895269-vcrpy-please-make-the-build-reproducible
...
Make the build reproducible
2018-05-03 12:31:29 -03:00
Luiz Menezes
16b69aa2e5
Merge pull request #320 from allisson/master
...
Update aiohttp_stub to work with binary content
2018-05-03 12:30:41 -03:00
Allisson Azevedo
d9caff107d
Merge remote-tracking branch 'upstream/master'
2018-05-02 15:03:01 -03:00
Chris Lamb
f317490eec
Make the build reproducible
...
Whilst working on the Reproducible Builds effort [0], we noticed
that vcrpy could not be built reproducibly.
This is due to the documentation including the absolute build path
via Python default arguments.
This was originally filed in Debian as #895269 [1].
[0] https://reproducible-builds.org/
[1] https://bugs.debian.org/895269
Signed-off-by: Chris Lamb <lamby@debian.org >
2018-05-02 10:14:43 -07:00
Luiz Menezes
cf13805973
Merge pull request #354 from kevin1024/build-quicker
...
Fix broken tests + build quicker
2018-05-02 13:31:36 -03:00
Luiz Menezes
389cb4d6e3
Temporarily pins aiohttp to version <3
2018-05-02 12:19:55 -03:00
Luiz Menezes
7a82d70391
Pin flask version (as latests 1.0 breaks retrocompatibility)
2018-05-02 11:59:01 -03:00
Carson Lam
f3b9966a2a
Pass flake8.
2018-02-21 23:16:29 -08:00
Carson Lam
5ba1c7fbb6
Convert extras_require conditional deps to PEP 508 form.
2018-02-21 21:40:02 -08:00
Allisson Azevedo
ad153bd733
Merge remote-tracking branch 'upstream/master'
2018-02-17 11:51:04 -03:00
Hugo
42b3b16fe1
Remove boto
2018-01-19 23:56:06 +02:00
Hugo
531dc02ca5
Only test on single recent version of dependencies
2018-01-17 10:28:36 +02:00
Thomas Grainger
2156adb841
Merge pull request #340 from hugovk/rm-2.6
...
Drop support for EOL Python 2.6 and 3.3
2018-01-16 17:23:12 +00:00
Hugo
6caf7e962e
Requests 1.x only supports Python <= 3.3
2018-01-15 22:37:27 +02:00
Hugo
97fbd7e0bd
Test flakes on Python 2.7 (and 3.6) not pypy3.5
2018-01-15 22:36:19 +02:00
Hugo
ead48b1907
xfail for test_post_chunked_binary_secure on CPython 3.5
2018-01-15 15:05:53 +02:00
Hugo
1af4b2587e
Add pypy3.5-5.9.0
2018-01-15 10:04:25 +02:00
Hugo
82fa50c092
Drop pypy3
2018-01-15 09:54:39 +02:00
Hugo
58d8980cfa
Remove dependency on bugs.python.org/xmlrpc: 301 Moved Permanently
2018-01-15 09:54:11 +02:00
Hugo
c111ebab0a
Remove dependency on old Flask
2018-01-15 09:54:11 +02:00
Hugo
943a15a967
Drop support for EOL Python 3.3
2018-01-15 09:54:11 +02:00
Hugo
d0aa6bcc8d
Rewrite unnecessary list/tuple literals as set literals
2018-01-15 09:54:11 +02:00
Hugo
04fd730a08
Replace unnecessary list comprehension - 'all' can take a generator
2018-01-15 09:54:11 +02:00
Hugo
6156271c48
Automatic formatters supported in Python 2.7+
2018-01-15 09:54:11 +02:00
Hugo
87666ba2e4
Multiple context managers supported in 2.7+
2018-01-15 09:54:11 +02:00
Hugo
7915d07aff
Update classifiers
2018-01-15 09:54:11 +02:00
Hugo
095e272191
Add python_requires to help pip install correct version
2018-01-15 09:54:11 +02:00
Hugo
42762ec806
collections.Counter is new in Python 2.7
2018-01-15 09:54:11 +02:00
Hugo
bfb38af8e1
Drop support for EOL Python 2.6
2018-01-15 09:54:11 +02:00
Hugo
894695d13b
Stop testing on EOL Python 2.6
2018-01-15 09:54:11 +02:00
Andrew Kofink
a56a0726d4
Correct libyaml-devel package name in EL/Fedora
2017-10-30 10:20:56 -10:00
Ivan Malison
c366852925
Merge pull request #324 from petr-bulusek/custom-persister
...
Fix of registering custom persister and test.
2017-10-25 02:17:08 -07:00
Allisson Azevedo
0cab15658f
Merge remote-tracking branch 'upstream/master'
2017-09-20 11:58:07 -03:00
Ivan Malison
c3ecf8c5b2
Merge pull request #326 from lmazuel/master
...
Fix mixup between httplib and urllib3
2017-08-17 10:08:38 -07:00
Laurent Mazuel
81d453f7d3
Add requests 2.18.4 to build
2017-08-17 08:37:11 -07:00
Laurent Mazuel
262ad903cb
Don't unmock requests.packages if not necessary
2017-08-17 08:37:11 -07:00
Laurent Mazuel
ec60af0214
Fix mixup between httplib and urllib3
2017-08-17 08:37:11 -07:00
Petr Bulusek
8cf8d3f69c
delete ipdb.set_trace
2017-08-12 17:58:52 +02:00
Petr Bulusek
034aeb4f17
typo
2017-08-11 14:41:11 +02:00
Petr Bulusek
d59efbc6e0
Instantiating class not necessary.
2017-08-09 15:18:00 +02:00
Petr Bulusek
b753a491c9
revert PR unrelated change, better comment
2017-08-09 14:44:39 +02:00
Petr Bulusek
9092b34dd1
register custom persister fix
2017-08-09 14:25:10 +02:00
Mikaeil Orfanian
0a3aaddca2
Update usage.rst
...
"i.e." is misleading because it means "in other words". In the context of this paragraph, "i.e." implies that "unexpected requests" are those that have a different URI.
I think a URI change is just one example of what could constitute an "unexpected" request. vcr does request matching based on method, port, body, etc.
So, I think "e.g." which means "for example" is the right phrase in this context.
2017-07-13 17:09:34 -05:00
Allisson Azevedo
c55d976277
Update aiohttp_stub to work with binary content
2017-06-22 15:12:58 -03:00
Ivan Malison
47ccddafee
Merge pull request #314 from kevin1024/support-requests211
...
support requests 2.11 Fixes #313
2017-06-07 11:27:26 -07:00