Fix Docker app version tracking, cache consistency and delegated updates

This commit is contained in:
MacRimi
2026-09-05 17:01:02 +02:00
parent 3a49648f0d
commit 337cb188c3
17 changed files with 668 additions and 92 deletions
@@ -125,10 +125,6 @@ class SchedulingExclusionTests(unittest.TestCase):
self.assertIn("a2", gated_ids)
if __name__ == "__main__":
unittest.main()
class AnnotationTests(unittest.TestCase):
"""The annotation writes into dicts that live in event-invalidated caches."""