pip install odcs[client] always installs the mock package.
pip install odcs[client]
mock
client/requirements.txt lists mock as a runtime requirement, but it's a test requirement.
Can you move it to test-requirements.txt?
test-requirements.txt
Thanks for resolving this in #532
Metadata Update from @ktdreyer: - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/pungi/odcs/issues/526
Please continue any further discussion there.