From 8f559511dbeeb2446414a350943c18837bd4095b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr> Date: Fri, 27 Oct 2023 16:24:25 +0200 Subject: [PATCH] cicd: deactivate pytest-html for the moment, #23 --- default.nix | 4 ++-- pytest.ini => pytest.ini.old | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename pytest.ini => pytest.ini.old (100%) diff --git a/default.nix b/default.nix index f5a1f48..f7a9eeb 100644 --- a/default.nix +++ b/default.nix @@ -59,7 +59,7 @@ let batsim batexpe pytest - pytest-html # for html export of test results + # pytest-html # for html export of test results pandas ]; }; @@ -70,7 +70,7 @@ let batsim batexpe pytest - pytest-html + # pytest-html pandas ]; }; diff --git a/pytest.ini b/pytest.ini.old similarity index 100% rename from pytest.ini rename to pytest.ini.old -- GitLab