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 9154a01 commit cbbc3aaCopy full SHA for cbbc3aa
.github/workflows/ci.yml
@@ -442,7 +442,7 @@ jobs:
442
python3 -m pip install -U pip typing-extensions
443
python3 -m pip install -r tests/requirements.txt
444
python3 -m pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
445
- python3 -m pytest
+ python3 -m pytest --ignore=tests/test_docstrings.py
446
python3 -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
447
448
test-builds-os:
0 commit comments