Skip to content

Commit ee6be54

Browse files
committed
Test
1 parent 5d2a65d commit ee6be54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/tests_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function run_test() {
3838
report_file="$sketchdir/$sketchname$i.xml"
3939
fi
4040

41-
pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file
41+
pytest tests --target $target --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file
4242
result=$?
4343
if [ $result -ne 0 ]; then
4444
return $result

tests/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ pytest==8.1.1
22
cryptography>=2.1.4
33
--only-binary cryptography
44
pytest-cov
5-
pytest-embedded-serial-esp==1.8.4
6-
pytest-embedded-arduino==1.8.4
5+
pytest-embedded-serial-esp>=1.3.4
6+
pytest-embedded-arduino>=1.3.4

0 commit comments

Comments
 (0)