From: W. Trevor King Date: Fri, 11 Jan 2013 18:09:31 +0000 (-0500) Subject: swc-installation-test-2.py: Comment out 'mercurial' dependency X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d647375e30f6661e85781bd8a7680889eae18798;p=swc-workshop.git swc-installation-test-2.py: Comment out 'mercurial' dependency There can be trouble detecting the Python package, especially on MS Windows where the installed version of Python used to run the script may not know about installed version of Mercurial. Because nobody is likely to use Mercurial's Python interface in a SWC class (they'll probably stick to the command line interface), comment out this dependency. --- diff --git a/swc-installation-test-2.py b/swc-installation-test-2.py index 62e3f2e..5c275df 100755 --- a/swc-installation-test-2.py +++ b/swc-installation-test-2.py @@ -66,7 +66,7 @@ CHECKS = [ # Version control 'git', 'hg', # Command line tool - 'mercurial', # Python package + #'mercurial', # Python package # Build tools and packaging 'make', 'virtual-pypi-installer',