Project

Profile

Help

Task #8747

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_rpm/2276":https://github.com/pulp/pulp_rpm/issues/2276 




 ---- 


 Currently CentOS-8 only supports libmodulemd-2.9. This means that Pulp3 running in this environment can't "see" modules that use the new static_context flag at sync/copy/publish time. Our CI currently uses CentOS8. To avoid the breakage, I had to @skip two tests: 
 * https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/tests/functional/api/test_copy.py#L87 
 * https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/tests/functional/api/test_sync.py#L1043 

 and put in a "just in case" getattr() check: 
 * https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/modulemd.py#L90 

 Once CentOS8 has libmodulemd>=2.12, remove these. 

Back