Skip to content

Commit

Permalink
Add mock dependency
Browse files Browse the repository at this point in the history
This should be removed when 2.x is dropped (shortly) as we should
migrate all tests to import mock from unittest
  • Loading branch information
waveform80 committed Mar 17, 2021
1 parent b167bef commit d055b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gpiozero =

[options.extras_require]
test =
mock
pytest
pytest-cov
doc =
Expand Down

0 comments on commit d055b76

Please sign in to comment.