File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6565 pip install -r requirements-test.txt
6666 - name : Test with Python=${{ matrix.python-version }} Loader=${{ matrix.loader }}
6767 run : |
68- pytest --tests=./specifications/json-ld-api/tests --loader=${{ matrix.loader }}
69- pytest --tests=./specifications/json-ld-framing/tests --loader=${{ matrix.loader }}
70- pytest --tests=./specifications/normalization/tests --loader=${{ matrix.loader }}
68+ pytest tests/test_manifests.py --tests=./specifications/json-ld-api/tests --loader=${{ matrix.loader }}
69+ pytest tests/test_manifests.py --tests=./specifications/json-ld-framing/tests --loader=${{ matrix.loader }}
70+ pytest tests/test_manifests.py --tests=./specifications/normalization/tests --loader=${{ matrix.loader }}
71+ pytest --ignore ./tests/test_manifests.py
7172 env :
7273 LOADER : ${{ matrix.loader }}
7374 # coverage:
You can’t perform that action at this time.
0 commit comments