summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-05 07:48:34 -0800
committerGitHub <noreply@github.com>2022-12-05 07:48:34 -0800
commit4c77457137993c43da7a74aab49943283183f3e1 (patch)
tree83d83b893027505ee17cfac51bdd8bf3e6f864aa /pyproject.toml
parent3d50713bab1d5ac89ac7dd56303f0c63a8621dc7 (diff)
downloadtox-git-4c77457137993c43da7a74aab49943283183f3e1.tar.gz
Lock parallel package operations (#2593)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9505d776..7589432e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,6 +30,7 @@ dependencies = [
"pyproject-api>=1.2.1",
'tomli>=2.0.1; python_version < "3.11"',
"virtualenv>=20.17",
+ "filelock>=3.8.1",
'importlib-metadata>=5.1; python_version < "3.8"',
'typing-extensions>=4.4; python_version < "3.8"',
]
@@ -49,7 +50,6 @@ optional-dependencies.testing = [
"devpi-process>=0.3",
"diff-cover>=7.2",
"distlib>=0.3.6",
- "filelock>=3.8",
"flaky>=3.7",
"hatch-vcs>=0.2",
"hatchling>=1.11.1",