community icon indicating copy to clipboard operation
community copied to clipboard

pytest v4.4.0 is causing build failures

Open KVGarg opened this issue 5 years ago • 2 comments

Build failure log - https://travis-ci.org/coala/community/jobs/532912493

KVGarg avatar May 16 '19 10:05 KVGarg

This is probably because of the pytest-django dependency.

jayvdb avatar May 16 '19 11:05 jayvdb

The CI is getting failed again!

Can be solved by installing python v3.6.3. (Tested on #242 ) Earlier it has been installing python v3.6.3 but now its installing v3.6.7, which is causing the pytest to fail

KVGarg avatar Jul 30 '19 18:07 KVGarg