Skip to content

Commit

Permalink
build: add tomli_w dependency and test marker slow
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wallace committed May 12, 2024
1 parent 8431d3d commit da797b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies = [
"loguru>=0.7",
"typer[all]",
"mpire[dill]~=2.10.0",
"tomli-w>=1.0.0"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -89,7 +90,13 @@ addopts = [
"-ra -q",
"--cov",
"--cov-report term-missing html xml annotate",
"--strict-markers"
]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"serial",
]

testpaths = [
"tests",
]
Expand Down

0 comments on commit da797b5

Please sign in to comment.