Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix tests to prevent pytest from hanging #98

Merged
merged 3 commits into from
Mar 15, 2022
Merged

Conversation

hillairet
Copy link
Member

@hillairet hillairet commented Mar 11, 2022

Fix #94

It looks like it was some old "standard" code that I can't remember why we needed it before but I suspect that the pytest async library is now doing what the conftest file was doing before.

Locally the problem is fixed for python 3.10

@hillairet hillairet requested a review from jsemearns March 11, 2022 21:56
@hillairet hillairet self-assigned this Mar 11, 2022
@hillairet hillairet added Type: Bug Something isn't working Priority: Medium labels Mar 11, 2022
@hillairet hillairet added this to the 1 - The Courier milestone Mar 11, 2022
Copy link
Contributor

@qw-in qw-in left a comment

Choose a reason for hiding this comment

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

Assuming you checked with 0.68 and below right? Nice job!

@hillairet hillairet mentioned this pull request Mar 11, 2022
4 tasks
@hillairet hillairet requested review from lishanl and removed request for jsemearns March 11, 2022 22:38
@hillairet
Copy link
Member Author

@jsemearns I keep thinking this is Slackers so I put you as reviewer at first. Feel free to review though! 😉

@hillairet
Copy link
Member Author

Assuming you checked with 0.68 and below right? Nice job!

Oh no I didn't think of that. It does not work ... 😣
But I don't see a problem with requiring >= 0.69.0.
Do you foresee any issue? The version 0.69.0 is 5 months old now ...

Copy link
Collaborator

@lishanl lishanl left a comment

Choose a reason for hiding this comment

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

Hard to see the interrelations, another good reason to identify and remove the unnecessary dependency

Copy link
Contributor

@qw-in qw-in left a comment

Choose a reason for hiding this comment

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

Yeah, I don't see any issues. As long as we release it as 0.5 or something and note the breaking change

@hillairet hillairet merged commit 61b5d9e into main Mar 15, 2022
@hillairet hillairet deleted the fix/pytest-hanging branch March 15, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove fastapi version upper limit
3 participants