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

[6] Move the Tasks group over to the tox gen script #3976

Open
wants to merge 3 commits into
base: ivana/tox-script-4
Choose a base branch
from

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Jan 20, 2025

  • remove hardcoded entries for celery, spark, huey, dramatiq from the tox template
  • remove them from the ignore list in populate_tox.py
  • run populate_tox.py to fill in entries for them
  • run split_gh_tox_actions.py to generate the CI yaml files so that they correspond to the new tox.ini

The remaining integrations in this group are not trivial to switch over to the script, I'll do this step by step in follow-up PRs.

@sentrivana sentrivana changed the base branch from master to ivana/tox-script-4 January 20, 2025 15:24
Copy link

codecov bot commented Jan 20, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
22089 1 22088 5710
View the top 1 failed tests by shortest run time
tests.integrations.django.asgi.test_asgi test_async_middleware_spans
Stack Traces | 1.54s run time
.tox/py3.12-django-v5.1/lib/python3.12........./site-packages/asgiref/testing.py:80: in receive_output
    return await self.output_queue.get()
.../hostedtoolcache/Python/3.12.8.../x64/lib/python3.12/asyncio/queues.py:158: in get
    await getter
E   asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:
.../django/asgi/test_asgi.py:263: in test_async_middleware_spans
    response = await comm.get_response()
.tox/py3.12-django-v5.1/lib/python3.12.../channels/testing/http.py:42: in get_response
    response_start = await self.receive_output(timeout)
.tox/py3.12-django-v5.1/lib/python3.12.../channels/testing/application.py:17: in receive_output
    return await super().receive_output(timeout)
.tox/py3.12-django-v5.1/lib/python3.12........./site-packages/asgiref/testing.py:91: in receive_output
    raise e
.tox/py3.12-django-v5.1/lib/python3.12........./site-packages/asgiref/testing.py:79: in receive_output
    async with async_timeout(timeout):
.tox/py3.12-django-v5.1/lib/python3.12....../site-packages/asgiref/timeout.py:71: in __aexit__
    self._do_exit(exc_type)
.tox/py3.12-django-v5.1/lib/python3.12....../site-packages/asgiref/timeout.py:108: in _do_exit
    raise asyncio.TimeoutError
E   TimeoutError

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

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

Successfully merging this pull request may close these issues.

1 participant