We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf02f35 commit 4c31c39Copy full SHA for 4c31c39
test/test_config.py
@@ -1300,7 +1300,7 @@ def testDictLoggerConfigViaJson(self):
1300
# different versions of python have different errors
1301
# (or no error for this case in 3.7)
1302
# FIXME remove version check post 3.7 as minimum version
1303
- if sys.version_info > (3,7):
+ if sys.version_info >= (3, 8, 0):
1304
with self.assertRaises(configuration.LoggingConfigError) as cm:
1305
config = self.db.config.init_logging()
1306
0 commit comments