We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2a65d commit ee6be54Copy full SHA for ee6be54
.github/scripts/tests_run.sh
@@ -38,7 +38,7 @@ function run_test() {
38
report_file="$sketchdir/$sketchname$i.xml"
39
fi
40
41
- pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file
+ pytest tests --target $target --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file
42
result=$?
43
if [ $result -ne 0 ]; then
44
return $result
tests/requirements.txt
@@ -2,5 +2,5 @@ pytest==8.1.1
2
cryptography>=2.1.4
3
--only-binary cryptography
4
pytest-cov
5
-pytest-embedded-serial-esp==1.8.4
6
-pytest-embedded-arduino==1.8.4
+pytest-embedded-serial-esp>=1.3.4
+pytest-embedded-arduino>=1.3.4
0 commit comments