Skip to content

✅ improve sh mocking reliability #2980

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

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

AndreMiras
Copy link
Member

Make sure the mocking also works on setup without cmake or make. Build dependencies should not be required to run uni tests. The error was:

AttributeError: <module 'sh' from 'venv/lib/python3.11/site-packages/sh.py'> does not have the attribute 'cmake'

@AndreMiras AndreMiras force-pushed the feature/improve_sh_mocking branch from 11ff44d to 0e3b21e Compare March 7, 2024 08:49
Make sure the mocking also works on setup without cmake or make.
Build dependencies should not be required to run uni tests.
The error was:
```
AttributeError: <module 'sh' from 'venv/lib/python3.11/site-packages/sh.py'> does not have the attribute 'cmake'
```
@AndreMiras AndreMiras force-pushed the feature/improve_sh_mocking branch from 0e3b21e to 9ef3f9f Compare March 7, 2024 09:16
@AndreMiras AndreMiras merged commit 8aee887 into kivy:develop Mar 7, 2024
@AndreMiras AndreMiras deleted the feature/improve_sh_mocking branch March 7, 2024 11:20
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

Successfully merging this pull request may close these issues.

1 participant