Commit 7e24e14
authored
Fix pytest.PytestRemovedIn9Warning / Marks applied to fixtures (#246)
Fixes
```
_________________ ERROR collecting tests/test_visualization.py _________________
tests/test_visualization.py:112: in <module>
def visu_file_Fujita_empty():
.tox/unit/lib/python3.9/site-packages/_pytest/mark/structures.py:357: in __call__
store_mark(func, self.mark)
.tox/unit/lib/python3.9/site-packages/_pytest/mark/structures.py:422: in store_mark
warnings.warn(MARKED_FIXTURE, stacklevel=2)
E pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E See docs: https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
```1 parent eef0eb3 commit 7e24e14
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
0 commit comments