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'}, Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sagemath.scm
AgeCommit message (Expand)Author
2024-10-24gnu: lcalc: Add it back....Follow up fix for 340df4885fe6ae523d311e2fc00119798d9a7571. * gnu/packages/sagemath.scm: (lcalc): Revert accidently deleted variable during sorting alphabetically. Change-Id: I88dd6c3da248dab5d87f8a2e02356f38491818fb Sharlatan Hellseher
2024-10-24gnu: packages/sagemath: Sort alphabetically....* gnu/packages/sagemath.scm: (libbraiding, libhomfly): Sort variables alphabetically. Change-Id: I91c73ba0e11a7542e64a1683942f4b95efb14e14 Sharlatan Hellseher
2024-10-24gnu: packages/sagemath: Sort alphabetically....* gnu/packages/sagemath.scm: (brial, cliquer, lcalc, zn-poly): Sort variables alphabetically. Change-Id: I49e5716a4fa0cf0533b080c18830314649411e09 Sharlatan Hellseher
2024-10-24gnu: Add python-memory-allocator....* gnu/packages/sagemath.scm (python-memory-allocator): New variable. Change-Id: Ib914cc736fa16c2a7bb2919d94aaf102e3513a60 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Vinicius Monego
2024-10-24gnu: Add python-pplpy....* gnu/packages/sagemath.scm (python-pplpy): New variable. Change-Id: I24d436a03462fd7eb176d34a15683a88814238ea Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Vinicius Monego