vcrpy
vcrpy copied to clipboard
Add support for repeated get params in aiohttp
aiohttp supports receiving list of pairs or multidict in case you want to send repeated ids, this PR adds support for this.
@dedsm thanks for your PR :slightly_smiling_face:
can you update your branch? this way we can follow the review/merge of this PR
@lamenezes I guess you were referring to me to update the PR and not @carsonyl
I updated the PR and added the proposed changes.
I played around with dropping the fixed "<3" requirement for aiohttp in the tox.ini but I think it won't play nice with python < 3.6
@lamenezes I guess you were referring to me to update the PR and not @carsonyl
Oops. I'm really sorry about that :sweat_smile: I should pay better attention when replying to multiple PRs
@dedsm can you rebase your branch on master in order to resolve the conflicts ? I'll be happy to merge if the CI pass !
@arthurHamon2 I rebased it, hopefully it still stands