Skip to content

Commit

Permalink
Merge pull request SciTools#1637 from QuLogic/no-mock
Browse files Browse the repository at this point in the history
Remove mock dependency.
  • Loading branch information
greglucas authored Aug 20, 2020
2 parents 08db54f + 6c99753 commit 38b3cf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ These packages are required for the full Cartopy test suite to run.
**flufl.lock** (https://flufllock.readthedocs.io/)
A platform independent file lock for Python.

**mock** 1.0.1 (https://pypi.python.org/pypi/mock/)
Python mocking and patching package for testing. Note that this package
is only required to support the Cartopy unit tests.

**pytest** 3.1.0 or later (https://docs.pytest.org/en/latest/)
Python package for software testing.

Expand Down
1 change: 0 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
flufl.lock
mock>=1.0.1
pytest>=3.0.0

0 comments on commit 38b3cf3

Please sign in to comment.