Closed Bug 1170634 Opened 10 years ago Closed 10 years ago

Pre-commit and our dependencies are getting mixed in Travis, causing failures.

Categories

(support.mozilla.org :: Code Quality, task, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mythmon, Assigned: rehandalal+mozilla)

Details

(Whiteboard: u=dev p=1 s=2015.10)

Lately Travis builds (specifically lint builds) have been failing because pre-commit tries to install its own set of dependencies, including flake8. We have a conflicting version of some of these deps in our requirements file. I think this is happening because Travis doesn't use a virtualenv. We could probably fix this by simply removing flake8 and friends from our requirements/dev.txt. We don't use it directly anymore, as far as I know.
Assignee: nobody → rdalal
Making this a 1pt'er
Whiteboard: u=dev p=? s= → u=dev p=1 s=2015.10
This should have been a P1 since it was blocking other work.
Priority: -- → P1
You need to log in before you can comment on or make changes to this bug.