8000
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 713c1bd commit 3347fe3Copy full SHA for 3347fe3
.github/workflows/third-party.yml
@@ -297,7 +297,8 @@ jobs:
297
run: pip list
298
299
- name: Run ODMantic tests
300
- run: pytest tests
+ # 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'
302
env:
303
TEST_MONGO_URI: ${{ steps.mongo-service.outputs.connection-string }}
304
TEST_MONGO_MODE: standalone
0 commit comments