We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c06da5 commit 687c34aCopy full SHA for 687c34a
.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
90
# TODO: remove this exception for windows once we get tests passing on that platform
91
if: ${{ !contains(matrix.os, 'windows') }}
92
run: |
93
- python -m pytest -s --ignore=archivebox/vendor
+ python -m pytest -s --basetemp=tests/out --ignore=archivebox/vendor --ignore=deb_dist --ignore=pip_dist --ignore=brew_dist
94
95
docker_tests:
96
runs-on: ubuntu-latest
bin/test.sh
@@ -14,4 +14,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
14
15
source "$DIR/.venv/bin/activate"
16
17
-pytest -s --basetemp=tests/out --ignore=archivebox/vendor
+pytest -s --basetemp=tests/out --ignore=archivebox/vendor --ignore=deb_dist --ignore=pip_dist --ignore=brew_dist
0 commit comments