Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit ef74859

Browse files
committed
assert_called was added in python 3.6
1 parent 384f5b0 commit ef74859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyYAML<=3.13
22
coverage==4.5.3
3-
mock==2.0.0; python_version <= "2.7"
3+
mock==2.0.0; python_version <= "3.5"
44
nose==1.3.7
55
nose-capturestderr==1.2
66
nose-exclude==0.5.0

0 commit comments

Comments
 (0)