Add better tests for web.py; fix some bugs found with spidering.
- _spider in web.py was actually failing to spider deeper than a certain point. - Fixed multiprocessing pools to not use daemons and to allow recursive spawning. - Added detailed tests for spidering and for finding archive versions. - left some xfail URL finding exercises for the reader. - Fix noqa annotations for some @when decorators
This commit is contained in:
@@ -32,7 +32,7 @@ class Mpich(AutotoolsPackage):
|
||||
homepage = "http://www.mpich.org"
|
||||
url = "http://www.mpich.org/static/downloads/3.0.4/mpich-3.0.4.tar.gz"
|
||||
list_url = "http://www.mpich.org/static/downloads/"
|
||||
list_depth = 2
|
||||
list_depth = 1
|
||||
|
||||
version('3.2', 'f414cfa77099cd1fa1a5ae4e22db508a')
|
||||
version('3.1.4', '2ab544607986486562e076b83937bba2')
|
||||
|
Reference in New Issue
Block a user