fix(pyproject.toml): add python_version marker to cibuildwheel and missing pytest-xdist in [dev] (#560)
This commit is contained in:
+3
-2
@@ -52,7 +52,7 @@ test = [
|
||||
"pytest-cov >=4.1",
|
||||
"pytest-mock >=3.12",
|
||||
"pytest-xdist >=3.5",
|
||||
"cibuildwheel == 3.4.0",
|
||||
"cibuildwheel == 3.4.0; python_version >= '3.11'",
|
||||
]
|
||||
docs = [
|
||||
"mkdocs >=1.5",
|
||||
@@ -71,7 +71,8 @@ dev = [
|
||||
"pytest >=8.0",
|
||||
"pytest-cov >=4.1",
|
||||
"pytest-mock >=3.12",
|
||||
"cibuildwheel == 3.4.0",
|
||||
"pytest-xdist >=3.5",
|
||||
"cibuildwheel == 3.4.0; python_version >= '3.11'",
|
||||
# Inherit docs deps
|
||||
"mkdocs >=1.5",
|
||||
"mkdocs-material >=9.5",
|
||||
|
||||
Reference in New Issue
Block a user