Browse Source

setup.py: Add missing test depencendy ddt

Signed-off-by: Sebastian Pipping <[email protected]>
Sebastian Pipping 5 năm trước cách đây
mục cha
commit
1c28b5a5d0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -44,6 +44,7 @@ install_requires = [
 
 
 tests_require = [
+    'ddt >= 1.2.2, < 2',
     'pytest < 6',
 ]