From 67aa195d521e5e6c0e85db025505a38d4cae4dad Mon Sep 17 00:00:00 2001
From: "michael.williams" <michael.williams@ligo.org>
Date: Thu, 22 Feb 2024 19:43:38 +0000
Subject: [PATCH] CI: add pytest-requires to enviroment

---
 containers/env-template.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/containers/env-template.yml b/containers/env-template.yml
index 11317050f..064364352 100644
--- a/containers/env-template.yml
+++ b/containers/env-template.yml
@@ -20,6 +20,7 @@ dependencies:
   - dill
   - black
   - pytest-cov
+  - pytest-requires
   - arviz
   - parameterized
   - scikit-image
-- 
GitLab