You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* installs packages the same way docker does
* removes couchbase dependency for PyPy
* removes ephem dependency for PyPy
* fixes mongo unit tests for PyPy3
Mocking `datetime.datetime` was causing an issue with
`datetime.utcnow()`. This mock doesn't appear to be needed.
See https://github.com/celery/celery/pull/6635/checks?check_run_id=1944166896.
* fix: Avoid shadowing `Thread` attributes
Fixescelery#6489
* ci: Install default deps for pypy3 toxenvs
* ci: Run unit tests with `tox`
* ci: Lint source in separate action using `tox`
* ci: Redent codecov action
* test: Rework some mocking in `test_platforms.py`
Also fix some flakes which may have been added by some other
autoformatter in celery#6804. The 4 space non-visual-indentation should keep
most formatters fairly happy.
* style: Fix some flakes
Co-authored-by: maybe-sybr <58414429+maybe-sybr@users.noreply.github.com>
0 commit comments