-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate coremodules (SYN-8048) #4188
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4188 +/- ##
==========================================
- Coverage 97.35% 97.28% -0.08%
==========================================
Files 261 261
Lines 59870 59872 +2
==========================================
- Hits 58288 58247 -41
- Misses 1582 1625 +43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
synapse/cortex.py
Outdated
|
||
coremods = self.conf.get('modules') | ||
if coremods is not None: | ||
mesg = "The 'modules' Cortex config value is deprecated and will be removed in v3.0.0." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we avoid warning on the synapse.tests.utils.TestModule
being present so we aren't warning for every test cortex we spin up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to skip warning on any synapse.tests modules
No description provided.