From 889c53ac1534b4aa474cb18453c7c8fdd28d7bd6 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 15 Apr 2020 11:14:49 +0100 Subject: [PATCH] Version 3.3.0 --- HISTORY.rst | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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