We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d81a1f commit 37ba9b7Copy full SHA for 37ba9b7
.github/workflows/main.yaml
@@ -68,6 +68,7 @@ jobs:
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 }}
71
+ pytest --ignore ./tests/test_manifests.py
72
env:
73
LOADER: ${{ matrix.loader }}
74
#coverage:
0 commit comments