Loading
python3Packages.tensorflowWithCuda: move assert to meta.broken
`meta.broken` can be caught nicely by CI when running attrpath generation for Eval. `assert` can not and requires ugly workarounds. They both do the same for the user, though. Thus using the former.