Skip to content

Commit 0deadc4

Browse files
committed
added flaky, pyld and pympler to dev deps
1 parent f54640b commit 0deadc4

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

pyproject.toml

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,12 @@ dependencies = [
1818
"typing_extensions >=4.6.3; python_version < '3.10'",
1919
"typing_utils >=0.1.0; python_version < '3.10'",
2020
]
21-
license = {file = "LICENSE"}
22-
authors = [
23-
{name = "Nipype developers", email = "[email protected]"},
24-
]
21+
license = { file = "LICENSE" }
22+
authors = [{ name = "Nipype developers", email = "[email protected]" }]
2523
maintainers = [
26-
{name = "Nipype developers", email = "[email protected]"},
27-
]
28-
keywords = [
29-
"brainweb",
30-
"dataflow",
31-
"neuroimaging",
32-
"pydra",
24+
{ name = "Nipype developers", email = "[email protected]" },
3325
]
26+
keywords = ["brainweb", "dataflow", "neuroimaging", "pydra"]
3427
classifiers = [
3528
"Development Status :: 3 - Alpha",
3629
"Environment :: Console",
@@ -49,18 +42,9 @@ classifiers = [
4942
dynamic = ["version"]
5043

5144
[project.optional-dependencies]
52-
psij = [
53-
"psij-python",
54-
]
55-
dask = [
56-
"dask",
57-
"distributed",
58-
]
59-
dev = [
60-
"black",
61-
"pre-commit",
62-
"pydra[test]",
63-
]
45+
psij = ["psij-python"]
46+
dask = ["dask", "distributed"]
47+
dev = ["black", "pre-commit", "pydra[test]"]
6448
doc = [
6549
"packaging",
6650
"sphinx ==6.2.1",
@@ -69,10 +53,13 @@ doc = [
6953
"sphinxcontrib-versioning",
7054
]
7155
test = [
56+
"flaky",
57+
"pympler",
58+
"pyld",
7259
"pytest >=6.2.5",
7360
"pytest-cov",
7461
"pytest-env",
75-
"pytest-xdist <2.0",
62+
"pytest-xdist",
7663
"pytest-rerunfailures",
7764
"pytest-timeout",
7865
"codecov",
@@ -84,9 +71,7 @@ test = [
8471
"boutiques",
8572
"pympler",
8673
]
87-
jupyter = [
88-
"nest_asyncio"
89-
]
74+
jupyter = ["nest_asyncio"]
9075
# Aliases
9176
tests = ["pydra[test]"]
9277
docs = ["pydra[doc]"]

0 commit comments

Comments
 (0)