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 a7b6d052b fixup! [#8519] drop py3.7 support: changed various 3.7
updates to 3.8 or other, etc.
a7b6d052b is described below
commit a7b6d052bf443e245922ee20452be81e17ba2244
Author: Dillon Walls <[email protected]>
AuthorDate: Thu Sep 14 20:32:50 2023 +0000
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 b74ed98ee..eda31e35f 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
-# FIXME: can we move this to a test module?
+# TODO: SF-8789 migrate from pkg_resources to importlib.resources
class ThemeProviderTestApp(Application):
"""
If this test class is added directly to a test module, pkg_resources
internals