Skip to content

Conversation

@dedsm
Copy link
Contributor

@dedsm dedsm commented Jan 30, 2018

aiohttp supports receiving list of pairs or multidict in case you want to send repeated ids, this PR adds support for this.

@dedsm dedsm force-pushed the feature/aiohttp_repeated_get_params branch from 08361bc to 17d95b1 Compare January 30, 2018 11:42
@lamenezes
Copy link
Collaborator

lamenezes commented May 2, 2018

@dedsm thanks for your PR 🙂

can you update your branch? this way we can follow the review/merge of this PR

tox.ini Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO this requirement is aiohttp only, so maybe it would better to tweak tox.ini by changing this line (as below) and moving it to the end of this section.

aiohttp: multidict

@dedsm dedsm force-pushed the feature/aiohttp_repeated_get_params branch from 17d95b1 to f09f709 Compare May 3, 2018 08:43
@dedsm
Copy link
Contributor Author

dedsm commented May 3, 2018

@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
Copy link
Collaborator

lamenezes commented May 3, 2018

@lamenezes I guess you were referring to me to update the PR and not @carsonyl

Oops. I'm really sorry about that 😅 I should pay better attention when replying to multiple PRs

@@ -1,3 +1,4 @@
import multidict
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think here we'll have to use pytest.importorskip('multidict') to avoid all those CI builds failures. We had to do th same with aiohttp (on line 3)

@arthurHamon2
Copy link
Collaborator

@dedsm can you rebase your branch on master in order to resolve the conflicts ?
I'll be happy to merge if the CI pass !

@dedsm dedsm force-pushed the feature/aiohttp_repeated_get_params branch 2 times, most recently from 743ab52 to 6865dbe Compare July 2, 2019 12:24
@dedsm
Copy link
Contributor Author

dedsm commented Jul 2, 2019

@arthurHamon2 I rebased it, hopefully it still stands

@dedsm dedsm force-pushed the feature/aiohttp_repeated_get_params branch from 6865dbe to f87b075 Compare July 2, 2019 12:39
@dedsm dedsm force-pushed the feature/aiohttp_repeated_get_params branch from f87b075 to 28416d6 Compare July 2, 2019 12:51
@neozenith neozenith added the aiohttp issues related to aiohttp library label Aug 29, 2019
@kevin1024 kevin1024 force-pushed the master branch 3 times, most recently from df3997c to 34d5384 Compare June 26, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aiohttp issues related to aiohttp library bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants