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

Recursion Error #2

Open
Manas73 opened this issue Mar 31, 2021 · 2 comments
Open

Recursion Error #2

Manas73 opened this issue Mar 31, 2021 · 2 comments

Comments

@Manas73
Copy link

Manas73 commented Mar 31, 2021

I keep getting this recursion error. I have tested it in python 3.7.0-3.9.2 and the error persists.

image

@gonzaloverussa
Copy link

The same thing happened to me. I had to fix the versions of the package dependencies. The following work for me:

mongomock==3.12.0
pyyaml==3.13
pytest-asyncio==0.10.0
pytest==3.6.4

@Manas73
Copy link
Author

Manas73 commented May 3, 2021

The same thing happened to me. I had to fix the versions of the package dependencies. The following work for me:

mongomock==3.12.0
pyyaml==3.13
pytest-asyncio==0.10.0
pytest==3.6.4

Changing the MongoMock version worked! Thanks @gonzaloverussa

However, I am dealing with another error. Would be great if you could help me out.

Here is the link to my Stackoverflow thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants