Skip to content

Commit 57f8f0d

Browse files
committed
Drop pytest-openfiles
1 parent f64de38 commit 57f8f0d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGES.rst

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

4+
- Dropped ``pytest-openfiles`` as dependency. ``astropy`` no longer
5+
requires it. If you still use it, you can install it separately. [#52]
6+
47
0.10.0 (2022-04-21)
58
===================
69

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ The following dependencies are installed by this package:
3030
files hosted online.
3131
* `pytest-doctestplus`_, a ``pytest`` plugin that provides advanced features
3232
for testing example code in documentation.
33-
* `pytest-openfiles`_, a ``pytest`` plugin for detecting file handles that were
34-
inadvertently left open at the end of unit tests.
3533
* `pytest-arraydiff`_, a ``pytest`` plugin that enables the generation and
3634
comparison of data arrays produced during unit tests.
3735
* `pytest-filter-subpackage`_, a ``pytest`` plugin that adds a ``-P`` option to
@@ -45,7 +43,6 @@ The following dependencies are installed by this package:
4543
.. _pytest-astropy-header: https://github.com/astropy/pytest-astropy-header
4644
.. _pytest-remotedata: https://github.com/astropy/pytest-remotedata
4745
.. _pytest-doctestplus: https://github.com/astropy/pytest-doctestplus
48-
.. _pytest-openfiles: https://github.com/astropy/pytest-openfiles
4946
.. _pytest-arraydiff: https://github.com/astropy/pytest-arraydiff
5047
.. _pytest-filter-subpackage: https://github.com/astropy/pytest-filter-subpackage
5148
.. _pytest-mock: https://github.com/pytest-dev/pytest-mock

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = BSD
2222
description = Meta-package containing dependencies for testing
2323
long_description = file: README.rst
2424
long_description_content_type = text/x-rst
25-
keywords = pytest, remotedata, openfiles, doctestplus, hypothesis, property-based testing
25+
keywords = pytest, remotedata, doctestplus, hypothesis, property-based testing
2626

2727
[options]
2828
zip_safe = False
@@ -33,7 +33,6 @@ install_requires =
3333
pytest>=4.6
3434
pytest-doctestplus>=0.11.0
3535
pytest-remotedata>=0.3.1
36-
pytest-openfiles>=0.3.1
3736
pytest-astropy-header>=0.1.2
3837
pytest-arraydiff>=0.1
3938
pytest-filter-subpackage>=0.1

0 commit comments

Comments
 (0)