cool-easter-32542
04/20/2023, 2:24 PM% ./pants list not-a-source-root/slow.py
not-a-source-root:bin
not-a-source-root/slow.py:lib
on release branch (#16768):
% ./pants list not-a-source-root/slow.py
not-a-source-root/slow.py:lib
not-a-source-root/ content:
BUILD:
python_sources(name='lib')
pex_binary(name='bin', entry_point='slow.py', restartable=True)
slow.py:
import time
print("hello")
# time.sleep(30)
# raise Exception("Should have been restarted by now!")
pantsbuild/pantscool-easter-32542
04/20/2023, 2:24 PM