Commit fe013d2a authored by dieter's avatar dieter

make flake8 happy

parent ddc71047
...@@ -1744,9 +1744,10 @@ slow_test_classes = [ ...@@ -1744,9 +1744,10 @@ slow_test_classes = [
# and with in memory store (may have different latency than # and with in memory store (may have different latency than
# ``FileStorage`` and therefore expose other race conditions) # ``FileStorage`` and therefore expose other race conditions)
MappingStorageTests, MappingStorageTests,
# DemoStorageTests, # drop to save time
# FileStorageTests, # DemoStorageTests,
# FileStorageHexTests, FileStorageClientHexTests, # FileStorageTests,
# FileStorageHexTests, FileStorageClientHexTests,
] ]
if not forker.ZEO4_SERVER: if not forker.ZEO4_SERVER:
slow_test_classes.append(FileStorageSSLTests) slow_test_classes.append(FileStorageSSLTests)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment