Skip to content

Commit ac1369a

Browse files
committed
Comment to guard against removing 'none' option as suggested in #40
1 parent 763f0f9 commit ac1369a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ grandparent
120120
global
121121
All tests fall in the same bucket, full randomness, tests probably take longer to run.
122122

123-
none (deprecated)
124-
Disable shuffling. *Deprecated since 1.0.4 because this plugin no longer shuffles tests by default
125-
so there is nothing to disable.*
123+
none
124+
Disable shuffling. This plugin no longer shuffles tests by default
125+
so there is nothing to disable, however, there are scenarios where this is useful
126+
due to the way test configs are specified, see #40.
126127

127128

128129
If you have three buckets of tests ``A``, ``B``, and ``C`` with three tests ``1`` and ``2``, and ``3`` in each of them,
@@ -248,7 +249,7 @@ v1.0.4 (2018-11-30)
248249

249250
* Fixes issues with doctests reported in #36 - ``class``, ``package`` and ``module`` didn't work
250251
because ``DoctestItem`` doesn't have ``cls`` or ``module`` attributes. Thanks @tobywf.
251-
* Deprecate ``none`` bucket type.
252+
* Deprecate ``none`` bucket type. **Update**: this was a mistake, it will be kept for backwards compatibility.
252253
* With tox, run tests of pytest-random-order with both pytest 3 and 4.
253254

254255
v1.0.3 (2018-11-16)

0 commit comments

Comments
 (0)