Skip to content

Commit 8218b89

Browse files
committed
Remove unneeded mock dependency
Remove the `mock` dependency. It seems that its last use was removed in 5293ab1, and all tests pass without it being installed.
1 parent c3822c6 commit 8218b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
EXTRAS_REQUIRE["tests"] = (
2626
EXTRAS_REQUIRE["yaml"]
2727
+ EXTRAS_REQUIRE["validation"]
28-
+ ["marshmallow>=3.13.0", "pytest", "mock"]
28+
+ ["marshmallow>=3.13.0", "pytest"]
2929
)
3030
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
3131

0 commit comments

Comments
 (0)