File remove-mock-test-dep.patch of Package python-hug
--- hug-2.6.1/setup.py 2020-02-06 19:11:58.000000000 +0100 +++ hug-2.6.1/setup.py 2023-06-30 09:43:40.997901612 +0200 @@ -98,7 +98,7 @@ 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",