Skip to content

Commit

Permalink
devel/py-pydantic: test borked
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Oct 1, 2024
1 parent fd830e5 commit 239da8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/py-pydantic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ LICENSE= mit
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR}

USES= cpe python
USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/pydantic/pydantic/issues/4535, https://github.com/HypothesisWorks/hypothesis/issues/3703
USE_PYTHON= distutils cython autoplist

CPE_VENDOR= pydantic_project

NO_TEST= yes

post-install:
@${STRIP_CMD} ${FAKE_DESTDIR}${PYTHON_SITELIBDIR}/pydantic/*${PYTHON_EXT_SUFFIX}.so

Expand Down

0 comments on commit 239da8d

Please sign in to comment.