-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Python dependencies #17982
Update Python dependencies #17982
Conversation
069abbf
to
e289006
Compare
The new 1.0.0 version of pytest-celery moves towards a Docker-based approach for smoke and production-like testing while the previous version was just a shim for |
e289006
to
26c7b70
Compare
The new 1.0.0 version of pytest-celery will move towards a Docker-based approach for smoke and production-like testing, bringing in a number of dependencies that we don't currently need. Since the pre-1.0.0 version of pytest-celery was just a shim for ``celery.contrib.pytest``, we can simply load the latter for API, integration and Selenium tests.
26c7b70
to
edf06c5
Compare
Ready to review/merge. |
Thank you! |
@nsoranzo after this change, when VSCode tries to discover the tests I'm getting:
Before this change you could run: Any idea how to fix that? 🙏 |
Did you install the dev dependencies ? |
I installed them with is it working for you if you run: |
Yes, works fine for me. Maybe try to recreate the |
Might also be worth checking that pytest is coming from the venv ... my zsh occasionally needs a |
That did the trick! Thank you both! |
Replicated in another venv, just |
Run
make update-dependencies
.