From 8db4396580b524ce3383e5e1283df6c2d313cb4b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 11 Aug 2022 19:21:30 -0300 Subject: [PATCH] [Tests] Changing pytest -> pytest-3 --- g1.sh | 2 +- g2.sh | 4 ++-- g3.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/g1.sh b/g1.sh index 9c4baedd..ad9deebc 100755 --- a/g1.sh +++ b/g1.sh @@ -1,3 +1,3 @@ #!/bin/sh # Fast tests -pytest -v --durations=0 -m "not slow" -n 2 --test_dir=output +pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output diff --git a/g2.sh b/g2.sh index 284c0e93..0890d31f 100755 --- a/g2.sh +++ b/g2.sh @@ -1,5 +1,5 @@ #!/bin/sh # Eeschema tests -pytest -v --durations=0 -m "eeschema" --test_dir=output +pytest-3 -v --durations=0 -m "eeschema" --test_dir=output # KiCad2Step tests and others -pytest -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --test_dir=output +pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --test_dir=output diff --git a/g3.sh b/g3.sh index f1ac6bbb..226cb23a 100755 --- a/g3.sh +++ b/g3.sh @@ -1,3 +1,3 @@ #!/bin/sh # PCBnew tests -pytest -v --durations=0 -m "pcbnew" --test_dir=output +pytest-3 -v --durations=0 -m "pcbnew" --test_dir=output