robinhood / faust

Python Stream Processing
Other
6.74k stars 533 forks source link

should update version constraints for pytest in example/django/requirements/test.txt? #677

Open suliuzh opened 4 years ago

suliuzh commented 4 years ago

Checklist

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. image

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.