commit | bf9fa905d22d2714670b5d492a319daf26f5a32c | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sun Sep 04 18:49:21 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Sep 04 18:49:21 2016 +0900 |
tree | 7ebf0130621a5ca0cde3aa7348b6d7033392c74e | |
parent | 21b6d9295a7f10852810a93679fdaf4c28fe72dd [diff] [blame] |
THRIFT-3910 Do not invoke pip as part of build process This closes #1073
diff --git a/test/Makefile.am b/test/Makefile.am index fb39a12..1a1bf47 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -53,8 +53,10 @@ if WITH_PYTHON SUBDIRS += py PRECROSS_TARGET += precross-py -SUBDIRS += py.twisted SUBDIRS += py.tornado +if WITH_TWISTED_TEST +SUBDIRS += py.twisted +endif endif if WITH_RUBY