Skip to content

Commit 23f7555

Browse files
committed
pydantic-core merged graalpy PR
1 parent 1bde308 commit 23f7555

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mx.graalpython/downstream_tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ def downstream_test_pyo3(graalpy, testdir):
148148

149149
@downstream_test('pydantic-core')
150150
def downstream_test_pydantic_core(graalpy, testdir):
151-
# XXX https://github.com/pydantic/pydantic-core/pull/1771 not merged yet
152-
# run(['git', 'clone', 'https://github.com/pydantic/pydantic-core.git', '-b', 'main'], cwd=testdir)
153-
run(['git', 'clone', 'https://github.com/msimacek/pydantic-core.git', '-b', 'msimacek/graalpy'], cwd=testdir)
151+
run(['git', 'clone', 'https://github.com/pydantic/pydantic-core.git', '-b', 'main'], cwd=testdir)
154152
src = testdir / 'pydantic-core'
155153
run(['uv', 'sync', '--python', graalpy, '--group', 'testing'], cwd=src)
156154
# XXX UNSAFE_PYO3_SKIP_VERSION_CHECK should not be necessary once pydantic-core updates to a newer pyo3 version

0 commit comments

Comments
 (0)