Loading
python3Packages.diceware: fix test failure with python 3.14
Backport upstream fix that sets `prog` explicitly in `ArgumentParser`, since Python 3.14 changed how the default prog name is derived and monkeypatching `sys.argv` no longer affects it.