Skip to content

Commit

Permalink
use py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 7, 2024
1 parent 0e25a0e commit 0c09153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_pytests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -euo pipefail
# Test with TCP/Sockets
# Support invoking run_pytests.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../tests/
timeout 10m python -m pytest --cache-clear -vs "$@" .
timeout 10m py.test --cache-clear -vs "$@" .

# Support invoking run_pytests.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../ucp/
timeout 2m python -m pytest --cache-clear -vs "$@" ./_libs/tests
timeout 2m py.test --cache-clear -vs "$@" ./_libs/tests

0 comments on commit 0c09153

Please sign in to comment.