Skip to content

Commit 687c34a

Browse files
committed
ignore build dist dirs in pytest discovery
1 parent 6c06da5 commit 687c34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# TODO: remove this exception for windows once we get tests passing on that platform
9191
if: ${{ !contains(matrix.os, 'windows') }}
9292
run: |
93-
python -m pytest -s --ignore=archivebox/vendor
93+
python -m pytest -s --basetemp=tests/out --ignore=archivebox/vendor --ignore=deb_dist --ignore=pip_dist --ignore=brew_dist
9494
9595
docker_tests:
9696
runs-on: ubuntu-latest

bin/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
1414

1515
source "$DIR/.venv/bin/activate"
1616

17-
pytest -s --basetemp=tests/out --ignore=archivebox/vendor
17+
pytest -s --basetemp=tests/out --ignore=archivebox/vendor --ignore=deb_dist --ignore=pip_dist --ignore=brew_dist

0 commit comments

Comments
 (0)