Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ deploy:
on:
tags: true
repo: pytest-dev/pytest-repeat
python: 3.5
condition: "$TOXENV = pytest38"
python: 3.8
condition: "$TOXENV = py38-pytest6"
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Release Notes
-------------

**0.9.0 (UNRELEASED)**
**0.9.1 (2020-10-31)**

* Using ``@pytest.mark.repeat(1)`` can now be used to disable repeating a test regardless of the ``--count`` parameter given in the command-line.

* Python 3.4 is no longer officially supported.

**0.9.0 (-)**

* Not released do PyPI due to a deploy problem.

**0.8.0 (2019-02-26)**

* Fix mark deprecation warnings in new pytest versions.
Expand Down