Skip to content

Commit 0e968f1

Browse files
committed
Downgrade unittest2 dependency to run tests on 3.2 and 3.3 as well
1 parent 7525f5f commit 0e968f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zip_safe = False
2626
py_modules = odooly
2727
tests_require =
2828
mock
29-
unittest2==0.7.1
29+
unittest2==0.6.0
3030
test_suite = unittest2.collector
3131

3232

0 commit comments

Comments
 (0)