-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced tmt duplicate test ID check
In teemtee/tmt#2939, tmt (>=1.35) extended its linting feature to also detect duplicate IDs in tests, plans and stories. Therefore, the duplicate-ids python script can be removed and the CI be updated to use tmt lint instead. Signed-off-by: Michael Engel <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ junit-xml >= 1.9 | |
pytest >= 7.3.1 | ||
podman >= 4.5.0 | ||
strato-skipper >= 2.0.2 | ||
tmt >= 1.32.1 | ||
tmt >= 1.35 |
This file was deleted.
Oops, something went wrong.