Add async support for Quart+Flask #336
Annotations
10 errors and 4 warnings
test (3.10):
tests/coaster_tests/sqlalchemy_registry_test.py#L479
test_cached_properties_are_cached
assert (<coaster_tes...f62770>, None) == [<coaster_tes...f62770>, None]
Full diff:
- [
+ (
<coaster_tests.sqlalchemy_registry_test.PropertyRegistry.<locals>.PropertyRegistry object at 0x7efedef62770>,
None,
- ]
+ )
|
test (3.10)
Process completed with exit code 1.
|
test (3.11):
tests/coaster_tests/app_test.py#L43
TestCoasterApp.test_load_config_from_file_toml
TypeError: File must be opened in binary mode, e.g. use `open('foo.toml', 'rb')`
|
test (3.11):
tests/coaster_tests/sqlalchemy_registry_test.py#L479
test_cached_properties_are_cached
assert (<coaster_tes...3cc550>, None) == [<coaster_tes...3cc550>, None]
Full diff:
- [
+ (
<coaster_tests.sqlalchemy_registry_test.PropertyRegistry.<locals>.PropertyRegistry object at 0x7fcc6e3cc550>,
None,
- ]
+ )
|
test (3.11)
Process completed with exit code 1.
|
test (3.9):
tests/coaster_tests/sqlalchemy_registry_test.py#L479
test_cached_properties_are_cached
assert (<coaster_tes...0f2a00>, None) == [<coaster_tes...0f2a00>, None]
Full diff:
- [
+ (
<coaster_tests.sqlalchemy_registry_test.PropertyRegistry.<locals>.PropertyRegistry object at 0x7f8a940f2a00>,
None,
- ]
+ )
|
test (3.9)
Process completed with exit code 1.
|
test (3.12):
tests/coaster_tests/app_test.py#L43
TestCoasterApp.test_load_config_from_file_toml
TypeError: File must be opened in binary mode, e.g. use `open('foo.toml', 'rb')`
|
test (3.12):
tests/coaster_tests/sqlalchemy_registry_test.py#L479
test_cached_properties_are_cached
assert (<coaster_tes...8c9490>, None) == [<coaster_tes...8c9490>, None]
Full diff:
- [
+ (
<coaster_tests.sqlalchemy_registry_test.PropertyRegistry.<locals>.PropertyRegistry object at 0x7f63198c9490>,
None,
- ]
+ )
|
test (3.12)
Process completed with exit code 1.
|
test (3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (3.9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|