Released: April 14, 2023
Status: End of life
To ensure deeper level of immutability in version dependency containers are now pinned to specific bug fix versions.
The makefile target used to setup the development environment was split into targets that install OS and Python dependencies.
Duplicated makefile target were removed.
A system check named check_app_tests
was backported. This check
ensures Mayan apps tests flag matches the actual state of the app's
tests.
The organization app had tests but the app setting specifying the presence of tests was set to false.
Improvements to the CeleryQueue
class were backported to enable task
manager app tests.