From 0fa2ccf6164e3a1c9e70bf2b44eabdf6b22abf34 Mon Sep 17 00:00:00 2001 From: Jianjie Liu Date: Wed, 9 Mar 2022 14:54:17 +0000 Subject: [PATCH] Add the missing 'experimental' test marker --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 45e8df70a1..0a063e1b67 100644 --- a/tox.ini +++ b/tox.ini @@ -64,6 +64,7 @@ markers = # See https://docs.pytest.org/en/stable/example/markers.html#registering-markers deeprec: test deeprec model sequential: test sequential model + experimental: mark a test that has advanced build requirements or might conflict with libraries from other options notebooks: mark a test as notebooks test smoke: mark a test as smoke test integration: mark a test as integration test