Skip to content

Commit 9b94d28

Browse files
Merge pull request #12 from JakubAndrysek/wokwi-python-client
2 parents 3fe697f + adc15e1 commit 9b94d28

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

tests/requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ cryptography==44.0.1
33
pytest-cov==5.0.0
44

55
# Temporary dependencies until the Wokwi client and Pytest-Embedded are released
6-
pytest-embedded-serial-esp @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client#subdirectory=pytest-embedded-serial-esp
7-
pytest-embedded-arduino @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client#subdirectory=pytest-embedded-arduino
8-
pytest-embedded-wokwi @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client#subdirectory=pytest-embedded-wokwi
9-
pytest-embedded-qemu @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client#subdirectory=pytest-embedded-qemu
10-
pytest-embedded @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client#subdirectory=pytest-embedded
6+
pytest-embedded-serial-esp @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client-no-deps#subdirectory=pytest-embedded-serial-esp
7+
pytest-embedded-arduino @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client-no-deps#subdirectory=pytest-embedded-arduino
8+
pytest-embedded-wokwi @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client-no-deps#subdirectory=pytest-embedded-wokwi
9+
pytest-embedded-qemu @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client-no-deps#subdirectory=pytest-embedded-qemu
10+
pytest-embedded @ git+https://github.com/JakubAndrysek/pytest-embedded.git@wokwi-python-client-no-deps#subdirectory=pytest-embedded
11+
12+
13+
wokwi-client @ git+https://github.com/JakubAndrysek/wokwi-python-client.git@refactor-sync-client
14+
1115
esptool

0 commit comments

Comments
 (0)