AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
825 stars 199 forks source link

Another attempt on fixing the packaging pipeline #1528

Closed DiegoTavares closed 4 hours ago

DiegoTavares commented 4 hours ago

Some packages require pycue to run their unit tests and this requirement wasn't being installed on the dockerfile.

A test_suite.py file was added with the rules for test discover to make sure all unit tests are executed on projects that are built with python3.9.