Skip to content

Commit 18cb205

Browse files
committed
Undo pytest-mock added in astropy#31
1 parent a07c8e2 commit 18cb205

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

CHANGES.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
0.9.0 (unreleased)
22
==================
33

4-
- Added ``pytest-mock`` as dependency. [#31]
5-
64

75
0.8.0 (2020-01-16)
86
==================

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The following dependencies are installed by this package:
2626
comparison of data arrays produced during unit tests.
2727
* `pytest-filter-subpackage`_, a ``pytest`` plugin that adds a ``-P`` option to
2828
pytest to filter by sub-package.
29-
* `pytest-mock`_, a thin-wrapper around the mock package for easier use
30-
with ``pytest``.
3129
* `pytest-cov`_, a ``pytest`` plugin to measure test coverage.
3230
* `hypothesis`_, a Python library for property based testing.
3331

@@ -38,7 +36,6 @@ The following dependencies are installed by this package:
3836
.. _pytest-openfiles: https://github.com/astropy/pytest-openfiles
3937
.. _pytest-arraydiff: https://github.com/astropy/pytest-arraydiff
4038
.. _pytest-filter-subpackage: https://github.com/astropy/pytest-filter-subpackage
41-
.. _pytest-mock: https://github.com/pytest-dev/pytest-mock
4239
.. _pytest-cov: https://github.com/pytest-dev/pytest-cov
4340
.. _hypothesis: https://hypothesis.readthedocs.io
4441

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ install_requires =
3838
pytest-arraydiff>=0.1
3939
pytest-filter-subpackage>=0.1
4040
pytest-cov>=2.0
41-
pytest-mock>=2.0
4241
hypothesis>=5.1
4342
# We don't include the following for now since it brings in
4443
# matplotlib as a dependency.

0 commit comments

Comments
 (0)