From 24c724af0a7ced0806f0a6882fcdb30e637dcd77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Thu, 13 Jun 2024 09:59:42 +0200
Subject: [PATCH] test: re-enable pytest html export

---
 default.nix                  | 4 ++--
 pytest.ini.old => pytest.ini | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename pytest.ini.old => pytest.ini (100%)

diff --git a/default.nix b/default.nix
index 8dfdba4..6ddd2e1 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.old b/pytest.ini
similarity index 100%
rename from pytest.ini.old
rename to pytest.ini
-- 
GitLab