Commit e7bc455
authored
chore: declare pytest.mark.machine (#263)
Without the declaration, we get a warning in CI:
```
tests/integration/test_machine.py:14
/home/runner/work/jubilant/jubilant/tests/integration/test_machine.py:14: PytestUnknownMarkWarning: Unknown pytest.mark.machine - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
pytestmark = pytest.mark.machine
```1 parent aea84d0 commit e7bc455
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
0 commit comments