Commit aebf5fb
committed
Fix CI failures: mark integration test and resolve mypy attr-defined errors
Add @pytest.mark.integration to test_createSimulations so it is skipped
in CI where no STOMP broker is available. Fix mypy attr-defined errors
in field_proxy_forwarder.py by extracting mRID with a type ignore.1 parent 324840c commit aebf5fb
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- gridappsd-field-bus-lib/gridappsd_field_bus/field_interface
- gridappsd-python-lib/tests
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments