Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Removed pyyaml dependency from tox install (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissal1995 committed Aug 19, 2023
1 parent 8bfe090 commit c3924c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ python =
[testenv]
deps =
pytest
pyyaml
commands = pytest -vv --doctest-modules .
commands = pytest .


[testenv:linters]
Expand All @@ -32,7 +31,6 @@ commands =
deps =
pytest
coverage
pyyaml
commands =
coverage run -m pytest .
coverage report -m

0 comments on commit c3924c0

Please sign in to comment.