Skip to content
Snippets Groups Projects
Commit 5ff5ede4 authored by Rishabh Jain's avatar Rishabh Jain Committed by Rhys Arkins
Browse files

fix: snapshot test failures on some systems (#3397)

- The function is calling python command which can be aliased to different python versions on different systems, the function depends on mock library which comes pre-installed on python v3.7+
- Add a python alias detection command which gets the correct python command which is aliased to python3.7+

Closes #3392 
parent 58ab148b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment