This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a commit to branch dw/8519
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/dw/8519 by this push:
new 30150e09d fixup! fixup! [#8519] drop py3.7 support: changed various
3.7 updates to 3.8 or other, etc.
30150e09d is described below
commit 30150e09d02601c000e99b481e2a464790a8ed8d
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Sep 18 11:00:00 2023 -0400
fixup! fixup! [#8519] drop py3.7 support: changed various 3.7 updates to
3.8 or other, etc.
---
Allura/allura/tests/exclude_from_rewrite_hook.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Allura/allura/tests/exclude_from_rewrite_hook.py
b/Allura/allura/tests/exclude_from_rewrite_hook.py
index eda31e35f..828f994c4 100644
--- a/Allura/allura/tests/exclude_from_rewrite_hook.py
+++ b/Allura/allura/tests/exclude_from_rewrite_hook.py
@@ -22,7 +22,7 @@ from allura.lib.decorators import task
from allura.lib.exceptions import CompoundError
-# TODO: SF-8789 migrate from pkg_resources to importlib.resources
+# TODO: [#8520] migrate from pkg_resources to importlib.resources
class ThemeProviderTestApp(Application):
"""
If this test class is added directly to a test module, pkg_resources
internals