We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In setup.py, I see that mock was frozen for a specific reason:
mock
# TODO: Sync submodule with tag referenced here once #339 is fixed in mock. 'mock==2.0.0',
However, I see that testing-cabal/mock#339 was fixed a while ago, and the upstream project has made 6 new releases in May.
Can the mock dependency be unfrozen to support newer mock versions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In setup.py, I see that
mock
was frozen for a specific reason:However, I see that testing-cabal/mock#339 was fixed a while ago, and the upstream project has made 6 new releases in May.
Can the mock dependency be unfrozen to support newer mock versions?
The text was updated successfully, but these errors were encountered: