Skip to content

Commit 7e97181

Browse files
pkg: remove unneeded and obsolete mock requirement
the mock library is obsolete and not even needed, so remove it from the test requirements
1 parent 8b5ac00 commit 7e97181

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
@@ -98,7 +98,7 @@ def list_modules(dirname):
9898
requires=["falcon", "requests"],
9999
install_requires=["falcon==2.0.0", "requests"],
100100
setup_requires=["pytest-runner"],
101-
tests_require=["pytest", "mock", "marshmallow"],
101+
tests_require=["pytest", "marshmallow"],
102102
ext_modules=ext_modules,
103103
cmdclass=cmdclass,
104104
python_requires=">=3.5",

0 commit comments

Comments
 (0)