Skip to content

Commit

Permalink
disabling run test in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ATheorell committed Apr 17, 2024
1 parent 96dae2c commit c896bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ deps =
poetry
commands =
poetry install
poetry run pytest --cov=gpt_engineer --cov-report=xml
poetry run pytest --cov=gpt_engineer --cov-report=xml -k "not installed_main_execution"
passenv =
OPENAI_API_KEY

0 comments on commit c896bb9

Please sign in to comment.