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
Loading
Please register or sign in to comment