Project

Profile

Help

Task #6682

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1892":https://github.com/pulp/pulpcore/issues/1892 




 ---- 


 We recently had a test fail under Travis, because the test was directly importing a model from pulpcore. That model relies on createrepo_c import. Under Travis, the client was running ubuntu, createrepo_c didn't exist, and the import failed. 

 It would be great if the plugin-writers-guide explicitly described what imports are 'legal' to use in the functional tests. 

Back