From 06949ae8704d39a8e1446c947a22602c5428cb0c Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 24 Mar 2023 09:00:52 +0100 Subject: [PATCH] test/test_zzz_keys.py: move from test/test_keys.py Rename the file so it runs last, as it's currently failing a lot of times on sourcehut. When I looked into it last time, it seemed to be related to CDN caching and then it worked again so I didn't look further into it at the time. Move it to the end until this is figured out properly, so at least we see if all other tests are passing. --- test/{test_keys.py => test_zzz_keys.py} | 2 ++ 1 file changed, 2 insertions(+) rename test/{test_keys.py => test_zzz_keys.py} (94%) diff --git a/test/test_keys.py b/test/test_zzz_keys.py similarity index 94% rename from test/test_keys.py rename to test/test_zzz_keys.py index 6c4a15fa..13b37cb9 100644 --- a/test/test_keys.py +++ b/test/test_zzz_keys.py @@ -1,5 +1,7 @@ # Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later +# This file has a _zzz_ prefix so it runs last, because it tends to fail on +# sourcehut currently. Related to some CDN caching issue probably. import os import sys import pytest