Skip to content

Commit

Permalink
KIT-3396 fixated version of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsalamov committed Apr 30, 2024
1 parent 3ab35db commit 36e20f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ flake8
mypy
build

mock
types-mock

pytest
pytest-asyncio
pytest-cov

# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
coverage-lcov
toml
mock
types-mock
coverage==6.5.0

0 comments on commit 36e20f3

Please sign in to comment.