Skip to content

Commit d8828ca

Browse files
committed
remove unused mock and future dependencies; six will be done in a seperate PR
1 parent 8b6a739 commit d8828ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@
2929
}
3030

3131
tests_require = [
32-
'mock~=2.0',
3332
'pytest~=4.3',
3433
'pytest-timeout~=1.3',
3534
'pytest-cov~=2.6',
3635
'codecov~=2.0',
37-
'future',
3836
'six',
3937
'hypothesis'
4038
] + extras_require['serial']

test/serial_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
import unittest
11-
from mock import patch
11+
from unittest.mock import patch
1212

1313
import can
1414
from can.interfaces.serial.serial_can import SerialBus

0 commit comments

Comments
 (0)