summaryrefslogtreecommitdiff
path: root/.probetests
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-07-26 15:07:35 -0700
committerTim Burke <tim.burke@gmail.com>2022-12-09 11:38:02 -0800
commitef155bd74aaf4ffce11956b2e5bd921dfb5d8809 (patch)
tree62ff11db3b04201a831e20a94f31ac0ce578c8b4 /.probetests
parent745dfec35e50fb4e3fe5d16da431215bf88a835c (diff)
downloadswift-ef155bd74aaf4ffce11956b2e5bd921dfb5d8809.tar.gz
Switch to pytest
nose has not seen active development for many years now. With py310, we can no longer use it due to import errors. Also update lower contraints Closes-Bug: #1993531 Change-Id: I215ba0d4654c9c637c3b97953d8659ac80892db8
Diffstat (limited to '.probetests')
-rwxr-xr-x.probetests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.probetests b/.probetests
index 4c8d4dd36..9a7aafda6 100755
--- a/.probetests
+++ b/.probetests
@@ -3,7 +3,7 @@
SRC_DIR=$(dirname $(realpath "$0"))
cd ${SRC_DIR}/test/probe
-nosetests --exe $@
+pytest $@
rvalue=$?
cd -