We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6a739 commit d8828caCopy full SHA for d8828ca
setup.py
@@ -29,12 +29,10 @@
29
}
30
31
tests_require = [
32
- 'mock~=2.0',
33
'pytest~=4.3',
34
'pytest-timeout~=1.3',
35
'pytest-cov~=2.6',
36
'codecov~=2.0',
37
- 'future',
38
'six',
39
'hypothesis'
40
] + extras_require['serial']
test/serial_test.py
@@ -8,7 +8,7 @@
8
"""
9
10
import unittest
11
-from mock import patch
+from unittest.mock import patch
12
13
import can
14
from can.interfaces.serial.serial_can import SerialBus
0 commit comments