gorgeous-winter-99296
01/08/2024, 10:27 PMMODE=debug pants test src/python/pants/backend/python/lint/bandit/::
fails on a clean repo. Not sure how CI is clean, unless there's some bad caching going on on my end or on GHA. Can anyone else reproduce?
The error I get is our tests checking for a B303 error for using hashlib functions, whereas the actual error in the tool output is B324. I'm not sure why that'd happen unless the in-repo tool versions are unpinned somehow?better-van-82973
01/09/2024, 2:06 PMpants
executable from scie-pants
and also the ./pants
wrapper script inside the repobetter-van-82973
01/09/2024, 2:10 PM09:09:47.03 [INFO] Completed: Building pytest_runner.pex
09:10:17.15 [INFO] Completed: Run Pytest - src/python/pants/backend/python/lint/bandit/rules_integration_test.py:tests - succeeded.
ā src/python/pants/backend/python/lint/bandit/rules_integration_test.py:tests succeeded in 30.08s.
gorgeous-winter-99296
01/09/2024, 2:11 PMgorgeous-winter-99296
01/09/2024, 9:19 PMgorgeous-winter-99296
01/09/2024, 9:58 PM