Skip to content

Commit d055b76

Browse files
committed
Add mock dependency
This should be removed when 2.x is dropped (shortly) as we should migrate all tests to import mock from unittest
1 parent b167bef commit d055b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ gpiozero =
4040

4141
[options.extras_require]
4242
test =
43+
mock
4344
pytest
4445
pytest-cov
4546
doc =

0 commit comments

Comments
 (0)