Skip to content

Commit

Permalink
Fix dep issue in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Apr 5, 2024
1 parent 2f0d16a commit fc86f54
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 @@ -6,7 +6,7 @@ minversion = 4.11.3

[testenv]
description = run the tests with pytest
commands = pytest --cov=src --cov=tests
commands = pytest --cov=openg2p_spar_mapper_api --cov=tests
deps =
pytest-asyncio
pytest-cov
Expand Down

0 comments on commit fc86f54

Please sign in to comment.