Skip to content

Commit a413f82

Browse files
committed
chore: Register 'serial' pytest marker in mlops tox.ini
The Lake Formation integ tests use @pytest.mark.serial, but the marker was never registered, producing PytestUnknownMarkWarning noise on every run. Register it in the [pytest] markers section.
1 parent b71bc7e commit a413f82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sagemaker-mlops/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ markers =
6464
release
6565
image_uris_unit_test
6666
timeout: mark a test as a timeout.
67+
serial: mark a test that must not run concurrently with others sharing the same resources.
6768

6869
[testenv]
6970
setenv =

0 commit comments

Comments
 (0)