File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 110.9.0 (unreleased)
22==================
33
4- - Added ``pytest-mock `` as dependency. [#31]
5-
64
750.8.0 (2020-01-16)
86==================
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments