Skip to content

Commit

Permalink
Adding changelog and tox cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Aug 23, 2023
1 parent 9ec9d29 commit 37c1ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
0.4.1 (unreleased)
==================

- No changes yet.
- Reverting the short option of ``-R`` due to a clash with ``pytest-leaks``.
The shortoption is added back in ``pytest-astropy`` instead. [#70]

0.4.0 (2022-12-11)
==================
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ commands =
pytest {toxinidir}/tests --remote-data=github {posargs}
pytest {toxinidir}/tests --remote-data=astropy {posargs}
pytest {toxinidir}/tests --remote-data=any {posargs}
pytest {toxinidir}/tests -R {posargs}

[testenv:codestyle]
changedir =
Expand Down

0 comments on commit 37c1ab5

Please sign in to comment.