From: Daan De Meyer Date: Tue, 5 Apr 2022 13:09:32 +0000 (+0200) Subject: Register "integration" as a custom pytest marker X-Git-Tag: v13~50^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0005e4b121d5469e47fa9499599ca16147086fb;p=thirdparty%2Fmkosi.git Register "integration" as a custom pytest marker Silences pytest warning message. --- diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..bdefe619a --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +markers = + integration: marks integration tests which are slow and require root