浏览代码

Add tblib to testing dependencies

Needed to get better tracebacks when running tests in parallel.
Sage Abdullah 1 年之前
父节点
当前提交
00d329906f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      setup.py

+ 3 - 1
setup.py

@@ -60,10 +60,12 @@ testing_extras = [
     "curlylint==0.13.1",
     # For template indenting
     "djhtml==1.5.2",
-    # for validating string formats in .po translation files
+    # For validating string formats in .po translation files
     "polib>=1.1,<2.0",
     # For wagtail.test.utils.wagtail_factories (used for streamfield migration toolkit)
     "factory-boy>=3.2",
+    # For running tests in parallel
+    "tblib>=2.0,<3.0",
 ]
 
 # Documentation dependencies