Skip to content

Commit b39ce8d

Browse files
authored
Stop using pytest-randomly in tests (#9)
1 parent fdeba5b commit b39ce8d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.4](../../releases/tag/v1.0.4) - Unreleased
4+
5+
### Internal changes
6+
7+
- Removed `pytest-randomly` Pytest plugin
8+
39
## [1.0.3](../../releases/tag/v1.0.3) - 2023-08-04
410

511
### Internal changes

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = { text = "Apache Software License" }
1818
name = "apify_shared"
1919
readme = "README.md"
2020
requires-python = ">=3.8"
21-
version = "1.0.3"
21+
version = "1.0.4"
2222

2323
[project.optional-dependencies]
2424
dev = [
@@ -44,7 +44,6 @@ dev = [
4444
"pytest ~= 7.3.1",
4545
"pytest-asyncio ~= 0.21.0",
4646
"pytest-only ~= 2.0.0",
47-
"pytest-randomly ~= 3.12.0",
4847
"pytest-timeout ~= 2.1.0",
4948
"pytest-xdist ~= 3.3.1",
5049
"twine ~= 4.0.2",

0 commit comments

Comments
 (0)