Skip to content

Commit

Permalink
remove unused lazy fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Feb 13, 2024
1 parent 3923483 commit 58dd916
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 @@ -45,7 +45,7 @@ lint = [
"mypy",
"ruff",
]
tests = ["pytest", "pytest-console-scripts", "pytest-lazy-fixture"]
tests = ["pytest", "pytest-console-scripts"]

[project.readme]
file = "README.md"
Expand Down

0 comments on commit 58dd916

Please sign in to comment.