Skip to content
Snippets Groups Projects

Slightly bump bob/beat-dev to add pytest support

Merged André Anjos requested to merge pytest into master
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
@@ -78,12 +78,12 @@ zip_keys:
@@ -78,12 +78,12 @@ zip_keys:
# This version of bob-devel will be used at test time of packages:
# This version of bob-devel will be used at test time of packages:
bob_devel:
bob_devel:
- 2020.11.10
- 2020.11.14
# This version of beat-devel will be used at test time of packages. Notice it
# 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
# uses bob-devel and should have a version that is greater or equal its value
beat_devel:
beat_devel:
- 2020.11.10
- 2020.11.14
# The build time only dependencies (build requirements).
# The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea.
# Updating these to the latest version all the time is OK and a good idea.
@@ -176,6 +176,10 @@ pyopengl:
@@ -176,6 +176,10 @@ pyopengl:
- 3.1.1
- 3.1.1
pyqtgraph:
pyqtgraph:
- 0.11.0
- 0.11.0
 
pytest:
 
- 6.1.1
 
pytest-cov:
 
- 2.10.1
python_graphviz:
python_graphviz:
- 0.14.2
- 0.14.2
pytorch:
pytorch:
Loading