Jean-Christophe Morin
Jean-Christophe Morin
@amorphousWaste please keep the discussions related to the PR in the PR. It's hard to keep track of comments related to PRs when they are made in issues.
Just updated the description and the title. I rephrased some sentences to make them more generic and remove mentions of RodeoFX. @maxnbk regarding running the tests at build time, how...
Thanks for the additions and suggestions! Here is some of my thoughts: >rez-test --interactive I'm wondering if `rez-test --env` would be a better argument name then `--interactive`. (I'm really not...
I just found issue #449 that listed some rez-test enhancements. > -should print uri/path of package getting tested... > -unless --brief option used. > -should take more args from rez-env,...
Note to whoever will work on this: `package_orderers` are partially documented in https://github.com/nerdvegas/rez/wiki/Configuring-Rez#package_orderers. `package_filters` are technically documented in https://github.com/nerdvegas/rez/wiki/Configuring-Rez#package_filter.
I think it's a known issue, see https://github.com/AcademySoftwareFoundation/rez/issues/1234
Ah ok, I wasn't sure. Well I guess it doesn't hurt onto have them linked.
This looks alright to me. Can you rebase your branch please? Rebasing should fix the Windows CI failures.
@ColinKennedy See https://github.com/AcademySoftwareFoundation/rez/runs/7476834008?check_suite_focus=true. I think the copyright text is missing in the test file you added. Or maybe we have to adjust the script... If the script needs to be...
We do support `python_full_version`, see https://github.com/AcademySoftwareFoundation/rez/blob/master/src/rez/utils/pip.py#L391. And as you can see, we use the [packaging](https://packaging.pypa.io/en/latest/) library to evaluate the markers (which is the library also used by pip and plenty...