Skip to content

Commit

Permalink
add parallel deps to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Feb 13, 2024
1 parent 104572c commit fded511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version", "description"]
dependencies = ["bsb-core>=4.0.0b0,<=4.0.0b9999"]

[project.optional-dependencies]
test = ["bsb-core>=4.0.0b0,<=4.0.0b9999", "bsb-hdf5>=1.0.0b0", "coverage~=7.0"]
test = ["bsb-core[parallel]", "bsb-hdf5>=1.0.0b0", "coverage~=7.0"]

[tool.flit.module]
name = "bsb_test"
Expand Down

0 comments on commit fded511

Please sign in to comment.