diff --git a/HISTORY.rst b/HISTORY.rst index 0ce4478..a44e18b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,9 @@ History ------- +3.3.0 (2020-04-15) +------------------ + * Add `pytest-xdist `__ support. Previously it only worked reliably when setting ``--randomly-seed`` explicitly. When not provided, the default seed generated in workers could diff --git a/setup.cfg b/setup.cfg index f79c664..644506c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-randomly -version = 3.2.1 +version = 3.3.0 description = Pytest plugin to randomly order tests and control random.seed. long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst