aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-paste-remove-timing-test.patch
blob: 6ab8d1a59c03f081d88380d2c5d762cdc3636d60 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Remove this test to verify that things were modified since a certain time.

That assumption doesn't hold up when your environment doesn't have access to a
real clock and thinks it's living in 1970 :)

--- a/tests/test_fileapp.py    2015-04-23 13:48:37.000000000 -0700
+++ b/tests/test_fileapp.py	2016-02-22 19:20:08.332802417 -0800
@@ -223,8 +223,6 @@
                   status=304)
     res = app.get('/', headers={'If-None-Match': 'asdf'},
                   status=200)
-    res = app.get('/', headers={'If-Modified-Since': 'Sat, 1 Jan 2005 12:00:00 GMT'},
-                  status=200)
     res = app.get('/', headers={'If-Modified-Since': last_mod + '; length=100'},
                   status=304)
     res = app.get('/', headers={'If-Modified-Since': 'invalid date'},
4750'>gnu: hwloc: Update to 2.0.2....Tobias Geerinckx-Rice 2018-09-11mpi: Factorize openmpi setup build phase....Eric Bavier 2018-05-25gnu: openmpi: Add PSM2 (Intel OmniPath) support....Ludovic Courtès 2018-05-25gnu: openmpi: Reintroduce PSM (Intel TrueScale) support....Ludovic Courtès 2018-05-25gnu: openmpi: Update to 3.0.1....Ludovic Courtès 2018-04-10gnu: hwloc: Skip 'linux-libnuma' test....Ludovic Courtès 2018-03-26gnu: hwloc@1: Update to 1.11.10....Ludovic Courtès 2018-03-26gnu: hwloc@2: Update to 2.0.1....Ludovic Courtès 2018-03-26gnu: hwloc@1: Update to 1.11.9....Ludovic Courtès 2018-02-06gnu: hwloc: Add 2.0.0....Ludovic Courtès 2017-11-07gnu: psm: Only use as an input on supported-systems....Efraim Flashner 2017-11-07gnu: openmpi: Add dependency on PSM....Dave Love 2017-10-03gnu: openmpi: Add "debug" output....Dave Love 2017-09-12gnu: openmpi: Configure without builtin atomics....Dave Love 2017-09-12gnu: openmpi: Remove Valgrind from closure....Dave Love 2017-09-08gnu: hwloc: Update to 1.11.8....Ludovic Courtès 2017-08-21gnu: openmpi: Configure without vampirtrace....Dave Love 2017-08-21gnu: openmpi: Modify configuration to reduce closure....Dave Love 2017-08-21gnu: openmpi: Remove references to compiler pathnames in "_info" programs....Dave Love 2017-08-21gnu: openmpi: Remove "static" output....Dave Love 2017-08-21gnu: openmpi: Add separate variant with thread-multiple support....Dave Love 2017-08-18gnu: openmpi: Add RDMA and libfabric support....Dave Love 2017-07-27gnu: openmpi: Add "static" output....Ludovic Courtès 2017-07-26gnu: openmpi: Enable SGE support....Dave Love 2017-07-25gnu: openmpi: Description mentions MPI 3.0....Dave Love 2017-07-25gnu: openmpi: Update to 1.10.7....Dave Love 2017-06-30gnu: hwloc: Add "lib" and "debug" outputs....Ludovic Courtès 2017-06-30gnu: hwloc: Use /var as the localstatedir....Ludovic Courtès 2017-05-11gnu: hwloc: Update to 1.11.7....Ludovic Courtès