Skip to content

Commit 96d66dd

Browse files
committed
Fix pytest.ini format to eliminate warnings
- Change [tool:pytest] to [pytest] for correct format - Hardware marker now properly registered - No more PytestUnknownMarkWarning messages
1 parent 7e4d1c5 commit 96d66dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[tool:pytest]
1+
[pytest]
22
markers =
33
hardware: marks tests as requiring hardware (deselect with '-m "not hardware"')
44
addopts = -m "not hardware"

0 commit comments

Comments
 (0)