1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 11:35:59 +02:00

Ignore tests inside vendored modules

This commit is contained in:
jdcaballerov
2020-12-16 12:11:17 -05:00
parent a2694a3e8a
commit b3d7243884
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ jobs:
# TODO: remove this exception for windows once we get tests passing on that platform
if: ${{ !contains(matrix.os, 'windows') }}
run: |
python -m pytest -s
python -m pytest -s --ignore=archivebox/vendor
docker_tests:
runs-on: ubuntu-latest

View File

@@ -14,4 +14,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
source "$DIR/.venv/bin/activate"
pytest -s --basetemp=tests/out
pytest -s --basetemp=tests/out --ignore=archivebox/vendor