We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following test silently crashes Pyston without any further information.
We should investigate.
The text was updated successfully, but these errors were encountered:
thanks for the bug report!
Could you please help me with reproducing the issue. It tried the following:
virtualenv -p /usr/bin/pyston celeryenv cd celeryenv . bin/activate pip install pytest git clone https://github.com/celery/celery.git cd celery pip install -U -r requirements/test.txt pip install -U -r requirements/default.txt pip install -e .[mongodb] pytest t/unit/backends/test_mongodb.py 86 passed in 0.28s
Which seemed to work
Sorry, something went wrong.
I reproduced it on a Docker container. I'll try it again.
No branches or pull requests
The following test silently crashes Pyston without any further information.
We should investigate.
The text was updated successfully, but these errors were encountered: