Skip to content
Snippets Groups Projects
  • Rishabh Jain's avatar
    5ff5ede4
    fix: snapshot test failures on some systems (#3397) · 5ff5ede4
    Rishabh Jain authored
    - 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 
    5ff5ede4
    History
    fix: snapshot test failures on some systems (#3397)
    Rishabh Jain authored
    - 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