From 7d91c5f6cde396fdd121404d0ea3650bde1eccf2 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sat, 14 Nov 2020 21:19:34 +0100
Subject: [PATCH] [data] Slightly bump bob/beat-dev to add pytest support

---
 bob/devtools/data/conda_build_config.yaml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 58e8b4a7..47218b76 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -78,12 +78,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2020.11.10
+  - 2020.11.14
 
 # This version of beat-devel will be used at test time of packages. Notice it
 # uses bob-devel and should have a version that is greater or equal its value
 beat_devel:
-  - 2020.11.10
+  - 2020.11.14
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
@@ -176,6 +176,10 @@ pyopengl:
   - 3.1.1
 pyqtgraph:
   - 0.11.0
+pytest:
+  - 6.1.1
+pytest-cov:
+  - 2.10.1
 python_graphviz:
   - 0.14.2
 pytorch:
-- 
GitLab