Skip to content
New issue

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

Remove test requirement on mock #469

Closed
dvzrv opened this issue Nov 1, 2023 · 6 comments
Closed

Remove test requirement on mock #469

dvzrv opened this issue Nov 1, 2023 · 6 comments

Comments

@dvzrv
Copy link

dvzrv commented Nov 1, 2023

Hi! I package this project for Arch Linux.

We are currently trying to finally get rid off mock as test requirement (as it is included with Python since 3.3).
It would be great if the test requirement on mock in this project could be replaced by the internal unittest.mock.

Related: This project seems to support Python versions that are no longer supported by the Python project itself (see https://www.python.org/downloads/). Is there a reason for that?

@dbieber
Copy link
Member

dbieber commented Feb 24, 2024

The upcoming release v0.6.0 will be the last release to support Python 2. After that, we'll drop support for Python 2. We can easily drop the dependency on mock at that time.

@dvzrv
Copy link
Author

dvzrv commented Mar 4, 2024

@dbieber thanks, that's great to hear.

Are you able to give a rough ETA on v0.6.0 and a follow-up release? :)
(For Arch Linux this is also important in regards to us soon moving to python 3.12 and fixes for Python 3.11 not being released yet either #427).

@dbieber
Copy link
Member

dbieber commented Mar 11, 2024

v0.6.0 we put out today. I don't have an estimate for the follow-up yet unfortunately.

@dvzrv
Copy link
Author

dvzrv commented Mar 12, 2024

Thanks! I can carry a patch for the mock removal until then.

@dbieber
Copy link
Member

dbieber commented Sep 20, 2024

We have (finally 😅) removed the dependency on mock from the codebase #545
(but have not yet released with the dependency removed).

@dbieber
Copy link
Member

dbieber commented Oct 1, 2024

@dvzrv At last, 0.7.0 is released. Thank you for your patience.

@dbieber dbieber closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants