Skip to content

Commit 1da5f32

Browse files
committed
test: no need to discover setup test
1 parent 3498447 commit 1da5f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: setup.py tests
3131
run: |
3232
export PYTHONPATH=$PYTHONPATH:$(pwd)
33-
python -m unittest discover -s setup_test
33+
python -m unittest setup_test

0 commit comments

Comments
 (0)