Skip to content

Commit 986b464

Browse files
authored
Merge pull request #808 from mgorny/no-mock
Remove unneeded `mock` dependency
2 parents c3822c6 + 8218b89 commit 986b464

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)