We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 597401a + e987eff commit a57dcdeCopy full SHA for a57dcde
.travis.yml
@@ -57,5 +57,5 @@ deploy:
57
on:
58
tags: true
59
repo: pytest-dev/pytest-repeat
60
- python: 3.5
61
- condition: "$TOXENV = pytest38"
+ python: 3.8
+ condition: "$TOXENV = py38-pytest6"
CHANGES.rst
@@ -1,12 +1,16 @@
1
Release Notes
2
-------------
3
4
-**0.9.0 (UNRELEASED)**
+**0.9.1 (2020-10-31)**
5
6
* Using ``@pytest.mark.repeat(1)`` can now be used to disable repeating a test regardless of the ``--count`` parameter given in the command-line.
7
8
* Python 3.4 is no longer officially supported.
9
10
+**0.9.0 (-)**
11
+
12
+* Not released do PyPI due to a deploy problem.
13
14
**0.8.0 (2019-02-26)**
15
16
* Fix mark deprecation warnings in new pytest versions.
0 commit comments