Skip to content

Draft: Implemented minimum system requirement check

  • Renamed unit test to test_check_minimal_requirements_unsupported_system
  • Removed unnecessary mock.spy
  • Added python minimum requierement check unit test

Part of the task : #8 (closed)

Rational

  • In app_launcher.get_injector a warning is throw if the python version < 3.9. As python is part of the minimum req described in the documentation, the application should not be allowed to run if this requirement is not met.
  • The warning will be removed from app_launcher.get_injector
  • The system support routine will be moved under check_minimal_requirements

Merge request reports