Skip to content

Commit ea8bb1a

Browse files
authored
downstream: run only sigstore-python unit tests (pyca#12090)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 7b51f03 commit ea8bb1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/downstream.d/sigstore.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ case "${1}" in
1111
;;
1212
run)
1313
cd /tmp/sigstore-python
14-
pytest test
14+
# Run only the unit tests, and skip any that require network access.
15+
pytest test/unit --skip-online
1516
;;
1617
*)
1718
exit 1

0 commit comments

Comments
 (0)