From e20def068eba85a17e9491243611603f7f95d676 Mon Sep 17 00:00:00 2001 From: edunham Date: Thu, 14 Apr 2016 09:21:08 -0700 Subject: [PATCH] Use local `tidy` https://github.com/servo/servo/issues/861#issuecomment-209547756 "I think the most important concern is that it's possible to modify tidy.py and see how those changes affect ./mach test-tidy with the fewest possible intermediate steps." - jdm This takes publishing complexity away from the contributor when testing changes and makes it an infra problem instead, where it's much easier to automate & saner to manage pypi credentials --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2a7c0437183..58726e8f5ca 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -14,4 +14,4 @@ pyflakes == 0.8.0 # For test-webidl ply == 3.8 -servo_tidy == 0.0.1 +-e python/tidy