mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
tools/analysis: Pin Python package versions
See also: #145 This ensures that the analysis jobs will not break in the future. Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
parent
2dd83bb7be
commit
dfbec5d175
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# flake8 is necessary for the Python stylecheck
|
||||
flake8
|
||||
flake8==6.0.0
|
||||
|
||||
# gcovr is necessary for analyzing the coverage reports in CI
|
||||
gcovr
|
||||
gcovr==6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue