[x] I have included information about relevant versions
[x] I have verified that the issue persists when using the master branch of Faust.
Steps to reproduce
There are inconsistent version constraints for pytest in 'example/django/requirements/test.txt' and 'requirements/test.txt'. It seems that ~=3.0 and >=5.4.0 have conflicts.
Expected behavior
The version constraints for dependency should be consistent.
Actual behavior
There are conflicts in version contraits for pytest
Full traceback
I am wondering if it is necessary to update the version constraints in 'example/django/requirements/test.txt' to be consistent. Also version constraints for pytest should be updated synchronously in the whole project.
Checklist
master
branch of Faust.Steps to reproduce
There are inconsistent version constraints for pytest in 'example/django/requirements/test.txt' and 'requirements/test.txt'. It seems that ~=3.0 and >=5.4.0 have conflicts.
Expected behavior
The version constraints for dependency should be consistent.
Actual behavior
There are conflicts in version contraits for pytest
Full traceback
I am wondering if it is necessary to update the version constraints in 'example/django/requirements/test.txt' to be consistent. Also version constraints for pytest should be updated synchronously in the whole project.