Skip to content

Commit 19ab6b7

Browse files
committed
review feedback
1 parent 80f8ee0 commit 19ab6b7

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ Changelog
55
----------------
66

77
- Drop dependency on ``mock``.
8+
89
- Add in new flag ``--only-rerun`` to allow for users to rerun only certain errors.
910

11+
- Add support for pre-commit and add a linting tox target.
12+
(`#117 <https://github.com/pytest-dev/pytest-rerunfailures/pull/117>`_)
13+
(PR from `@gnikonorov`_)
14+
15+
.. _@gnikonorov: https://github.com/gnikonorov
16+
17+
1018
9.0 (2020-03-18)
1119
----------------
1220

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
max-line-length = 88
1010

1111
[tox]
12-
distshare = {homedir}/.tox/distshare
1312
envlist =
1413
linting
1514
py{35,36,37,38,py3}-pytest{50,51,52,53,54}
@@ -27,8 +26,5 @@ deps =
2726
[testenv:linting]
2827
basepython = python3
2928
commands = pre-commit run --all-files --show-diff-on-failure {posargs:}
30-
commands_pre =
31-
pip install pre-commit
32-
pre-commit install
3329
deps = pre-commit>=1.11.0
3430
skip_install = True

0 commit comments

Comments
 (0)