diff --git a/poetry.lock b/poetry.lock index f140685db0..858e714648 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1182,11 +1182,11 @@ pytest = ">=5.0.0" [[package]] name = "pytest-xdist" -version = "3.0.2" -description = "pytest xdist plugin for distributed testing and loop-on-failing modes" +version = "3.1.0" +description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] execnet = ">=1.1" @@ -1567,7 +1567,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "~3.9" -content-hash = "36561b6fbc6e0154dd0477d2dde447c9b50b6cde43a1f3af42fd743e39a320ed" +content-hash = "2b3e3f26b9199ff5fd9126e15afe228488917d093d6de1e2cbd3bf8847b8a258" [metadata.files] aiohttp = [ @@ -2585,8 +2585,8 @@ pytest-timeout = [ {file = "pytest_timeout-2.1.0-py3-none-any.whl", hash = "sha256:f6f50101443ce70ad325ceb4473c4255e9d74e3c7cd0ef827309dfa4c0d975c6"}, ] pytest-xdist = [ - {file = "pytest-xdist-3.0.2.tar.gz", hash = "sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291"}, - {file = "pytest_xdist-3.0.2-py3-none-any.whl", hash = "sha256:9feb9a18e1790696ea23e1434fa73b325ed4998b0e9fcb221f16fd1945e6df1b"}, + {file = "pytest-xdist-3.1.0.tar.gz", hash = "sha256:40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c"}, + {file = "pytest_xdist-3.1.0-py3-none-any.whl", hash = "sha256:70a76f191d8a1d2d6be69fc440cdf85f3e4c03c08b520fd5dc5d338d6cf07d89"}, ] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, diff --git a/pyproject.toml b/pyproject.toml index ce773af6b3..45253b870f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "^7.2.0" pytest-datadir = "^1.4.1" pytest-mock = "^3.10.0" pytest-timeout = "^2.1.0" -pytest-xdist = "^3.0.2" +pytest-xdist = "^3.1.0" re-assert = "^1.1.0" snakeviz = "^2.1.1" starknet-devnet = "^0.4.0"