File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ commands =
4343
4444[testenv:run_windows]
4545deps =
46- -r{toxinidir}/ requirements-dev.txt
46+ -r{toxinidir}\ requirements-dev.txt
4747commands =
4848 # Test for making excutable file
49- pyinstaller --onefile cli.py -n cli --additional-hooks-dir =hooks --add-binary =src/ fosslight_dependency/ third_party/ askalono/ askalono.exe:third_party/ askalono --add-binary =LICENSE:LICENSES --add-binary =LICENSES/ LicenseRef-3rd_party_licenses.txt:LICENSES --collect-datas fosslight_util --hidden-import =_cffi_backend
50- pytest tests/ -k " test_windows"
49+ pyinstaller --onefile cli.py -n cli --additional-hooks-dir =hooks --add-binary =src\ fosslight_dependency\ third_party\ askalono\ askalono.exe:third_party\ askalono --add-binary =LICENSE:LICENSES --add-binary =LICENSES\ LicenseRef-3rd_party_licenses.txt:LICENSES --collect-datas fosslight_util --hidden-import =_cffi_backend
50+ pytest tests\ -k " test_windows"
You can’t perform that action at this time.
0 commit comments