mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-05-02 09:03:00 +00:00
Add 'pip freeze' step to 'pyinstaller' tox testenv
This commit is contained in:
parent
9fc697d798
commit
ee5a0d27bd
4
tox.ini
4
tox.ini
@ -185,7 +185,9 @@ deps =
|
|||||||
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.
|
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.
|
||||||
# See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build
|
# See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build
|
||||||
setenv=PYTHONHASHSEED=1
|
setenv=PYTHONHASHSEED=1
|
||||||
commands=pyinstaller -y --clean pyinstaller.spec
|
commands=
|
||||||
|
pip freeze
|
||||||
|
pyinstaller -y --clean pyinstaller.spec
|
||||||
|
|
||||||
[testenv:tarballs]
|
[testenv:tarballs]
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user