Skip to content

Commit

Permalink
Stop using pytest-randomly in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda committed Aug 30, 2023
1 parent e902df6 commit be9aba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Changelog
### Internal changes

- Improved logging of HTTP requests
- Removed `pytest-randomly` Pytest plugin

[1.4.0](../../releases/tag/v1.4.0) - 2023-08-22
-----------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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",
"redbaron ~= 0.9.2",
Expand Down

0 comments on commit be9aba1

Please sign in to comment.