pyinstaller pyqt5 pytest打包后报错no module unittest.mock
在.spec文件下加上unittest.mock
打包时写成
shell
pyinstaller --onefile --hidden-import=unittest.mock --add-data "src\tests;src\tests" src/main.py