diff --git a/CHANGELOG.md b/CHANGELOG.md index 43acf4c4..fe174dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Changelog ### Internal changes - Fixed integration tests for Actor logger +- Removed `pytest-randomly` Pytest plugin [1.1.3](../../releases/tag/v1.1.3) - 2023-08-25 diff --git a/pyproject.toml b/pyproject.toml index b931b647..c464b26f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ dev = [ "pytest ~= 7.3.1", "pytest-asyncio ~= 0.21.0", "pytest-only ~= 2.0.0", - "pytest-randomly ~= 3.12.0", "pytest-timeout ~= 2.1.0", "pytest-xdist ~= 3.3.1", "respx ~= 0.20.1",