Skip to content

celery_worker fixture name colides with celery_worker fixture from celery.contrib.pytest #442

Description

@vesnikos

pytest-celery contains a container based celery_worker fixture. celery_worker fixture also used for celery in celery.contrib.pytest.

When a test is called like this:

def test_a(celery_app, celery_worker):
    celery_app
    celery_worker
    assert True

celery_app is from celery.contrib.pytest and celery_worker is from pytest-celery (docker based)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions