hundreds-father-404
08/26/2021, 2:46 AM@skip_unless_python27_present et al decorators in CI - we should eagerly error in that case, rather than skipping a test.
Thoughts on simply deleting them outright? It will make it less likely ./pants test :: works for desktop developers, but maybe that's fine? Otherwise, we can add a check if not "CI" in os.environwitty-crayon-22786
08/26/2021, 2:58 AMskip, maybe refactor them to assert_*_present ? but yea, as long as it’s a relatively small list of interpreters i’d be ok with that.