-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(wokwi): Pass diagram.json file if exists to pytest (#9720)
* ci(wokwi): Pass diagram.json file if exists to pytest * ci(wokwi): Rename diagrams to enable editing in Wokwi editor * ci(tests): Use newest pytest version --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]>
- Loading branch information
1 parent
9065342
commit 3a7eda1
Showing
8 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
cryptography==42.0.7 | ||
--only-binary cryptography | ||
pytest-cov==5.0.0 | ||
pytest-embedded-serial-esp==1.10.2 | ||
pytest-embedded-arduino==1.10.2 | ||
pytest-embedded-wokwi==1.10.2 | ||
pytest-embedded-qemu==1.10.2 | ||
pytest-embedded-serial-esp==1.11.0 | ||
pytest-embedded-arduino==1.11.0 | ||
pytest-embedded-wokwi==1.11.0 | ||
pytest-embedded-qemu==1.11.0 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.