Skip to content

Commit

Permalink
scripts: Fixup run-tests.sh
Browse files Browse the repository at this point in the history
Make sure the script only runs *our* tests.
  • Loading branch information
Synss committed Feb 22, 2024
1 parent dae0cbb commit ce95f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ echo "Index: $PIP_INDEX_URL"
python="${1:-python}"
$python -m pip install -r requirements/tests.txt
$python -m pip install --only-binary=:all: python-mbedtls
$python -B -m pytest --color=yes
$python -B -m pytest --color=yes tests/
$python -B -m doctest README.rst

0 comments on commit ce95f3a

Please sign in to comment.