We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ git clone https://github.com/OpenAPITools/openapi-generator $ cd openapi-generator/samples/server/petstore/python-aiohttp; mvn verify
And we find the error
./test_python3.sh: line 30: deactivate: command not found make: *** [Makefile:18: test-all] Error 127 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33.560 s [INFO] Finished at: 2020-04-13T09:57:04-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (test) on project PythonAiohttpServer: Command execution failed.: Process exited with an error: 2 (Exit value: 2) -> [Help 1]
The .venv isn't created even though the Makefile knows how to clean. I suggest we just add it as a rule.
.venv
The text was updated successfully, but these errors were encountered:
Same issue happens with the other python-aiohttp server test.
Sorry, something went wrong.
No branches or pull requests
Bug Report Checklist
Description
And we find the error
Suggest a fix
The
.venv
isn't created even though the Makefile knows how to clean. I suggest we just add it as a rule.The text was updated successfully, but these errors were encountered: