From f7672b54379c7dd4b3693f0625362fed14adea67 Mon Sep 17 00:00:00 2001 From: Michael Quevillon Date: Mon, 15 Jun 2020 11:52:54 -0400 Subject: [PATCH] Add pytest init file to define custom mark mat_ops Fixes #1917. --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000000..a26de5e638dc --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +# Setup for pytest +[pytest] +markers = + mat_ops: mark a test as utilizing matrix operations.