AutoGPT
AutoGPT copied to clipboard
pre-commit with pytest-check failed
⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Devcontainer / Codespace
Which version of Auto-GPT are you using?
Master (branch)
GPT-3 or GPT-4?
GPT-4
Steps to reproduce 🕹
- Open folder in a Dev Container
pip install blackpip install pre-commit- Change content in docs/installation.md
black .git commit -m "your message"
Current behavior 😯
`pytest-check.............................................................Failed
- hook id: pytest-check
- exit code: 4
ImportError while loading conftest '/workspaces/Auto-GPT/tests/conftest.py'.
tests/conftest.py:4: in
Expected behavior 🤔
pytest-check: Skipped
Your prompt 📝
# Paste your prompt here
Your Logs 📒
<insert your logs here>
Are you able to run autogpt with the run script?
Are you able to run autogpt with the run script?
Previously I wasn't able to launch Auto-GPT smoothly. In such a case, that will produce the failed test. After configuring .env file properly, the issue disappears after git commit.