Skip to content

Commit

Permalink
Update to PyInstaller 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jun 26, 2024
1 parent 985640e commit a2d10e0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def local_install():
def test(title, fn, assert_statement=False):
try:
if assert_statement:
assert fn()
assert fn(), title
else:
fn()
except Exception as _e:
Expand Down Expand Up @@ -591,7 +591,7 @@ def upgrade_yt_dlp():
True,
)
time.sleep(2)
test('Music Caster Exit API',
test('Music Caster Should Accept Exit API',
lambda: requests.post('http://[::1]:2001/exit'))
time.sleep(2)
test('Music Caster Should Have Exited',
Expand Down
Binary file removed build_files/pyinstaller-6.0.0-py3-none-any.whl
Binary file not shown.
Binary file added build_files/pyinstaller-6.8.0-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pefile; sys_platform == 'win32'
pywin32-ctypes; sys_platform == 'win32'
pypiwin32; sys_platform == 'win32'
macholib; sys_platform == 'darwin'
build_files/pyinstaller-5.12.0-py3-none-any.whl
build_files/pyinstaller-6.8.0-py3-none-any.whl
pipdeptree
pyoxidizer
pytest
Expand Down

0 comments on commit a2d10e0

Please sign in to comment.