Remove the test to see if the Python Paste website is up. Obviously without network access there is no way for us to check this, and it's pretty strange to test a project's website when you really mean to test the project anyhow... --- a/tests/test_proxy.py 2016-02-22 19:13:04.040117767 -0800 +++ b/tests/test_proxy.py 2016-02-22 19:13:04.040117767 -0800 @@ -1,12 +1,3 @@ from paste import proxy from paste.fixture import TestApp -def test_paste_website(): - # Not the most robust test... - # need to test things like POSTing to pages, and getting from pages - # that don't set content-length. - app = proxy.Proxy('http://pythonpaste.org') - app = TestApp(app) - res = app.get('/') - assert 'documentation' in res - ko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
AgeCommit message (Expand)Author
2018-12-04build: Default to https://ci.guix.info for substitutes....Ludovic Courtès
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès
2018-09-06build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty....Ludovic Courtès
2018-03-05build: Default to berlin.guixsd.org substitutes on aarch64....Ludovic Courtès
2018-03-05build: Always use https substitute URLs....Ludovic Courtès
2018-02-27build: Really build 'guix offload' when possible....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès
2017-02-06config-daemon.ac: detect host AR...Sergei Trofimovich
2016-11-25offload: Use Guile-SSH instead of GNU lsh....Ludovic Courtès