Skip to content

Commit

Permalink
pkg: remove unneeded and obsolete mock requirement
Browse files Browse the repository at this point in the history
the mock library is obsolete and not even needed, so remove it from the
test requirements
  • Loading branch information
wagner-intevation committed Jun 30, 2023
1 parent 8b5ac00 commit 7e97181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def list_modules(dirname):
requires=["falcon", "requests"],
install_requires=["falcon==2.0.0", "requests"],
setup_requires=["pytest-runner"],
tests_require=["pytest", "mock", "marshmallow"],
tests_require=["pytest", "marshmallow"],
ext_modules=ext_modules,
cmdclass=cmdclass,
python_requires=">=3.5",
Expand Down

0 comments on commit 7e97181

Please sign in to comment.