diff --git a/requirements-testing.txt b/requirements-testing.txt index 26bb95c..5803617 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ coverage[toml] == 7.* pytest >= 7.4, == 7.* pytest-cov >= 4.1, == 4.* -pytest-timeout >= 2.1, == 2.* +pytest-timeout == 2.* pytest-xdist >= 3.3.1, == 3.* types-PyYAML ~= 6.0 black == 23.*