8000 Disable ODMantic failing tests · pydantic/pydantic@3347fe3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3347fe3

Browse files
committed
Disable ODMantic failing tests
The library is incorrectly hooking into generic aliases.
1 parent 713c1bd commit 3347fe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/third-party.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ jobs:
297297
run: pip list
298298

299299
- name: Run ODMantic tests
300-
run: pytest tests
300+
# Disabled tests, as per https://github.com/art049/odmantic/issues/512:
301+
run: pytest tests -k 'not test_custom_bson_serializable not test_sync_custom_bson_serializable not test_with_bson_serializer_override_builtin_bson'
301302
env:
302303
TEST_MONGO_URI: ${{ steps.mongo-service.outputs.connection-string }}
303304
TEST_MONGO_MODE: standalone

0 commit comments

Comments
 (0)
0