Skip to content

Commit c412c8d

Browse files
committed
Version 4.1.0
1 parent 657d9c3 commit c412c8d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
4.1.0 (2026-04-20)
6+
------------------
7+
58
* Fix a crash with Faker installed when explicitly enabling and disabling the plugin (via ``-p randomly -p no:randomly``).
69

710
Thanks to mojosan77 for the report in `Issue #718 <https://github.com/pytest-dev/pytest-randomly/issues/718>`__.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "pytest-randomly"
9-
version = "4.0.1"
9+
version = "4.1.0"
1010
description = "Pytest plugin to randomly order tests and control random.seed."
1111
readme = "README.rst"
1212
keywords = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)