Skip to content
Snippets Groups Projects
Commit f86108e4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'pytest' into 'master'

Slightly bump bob/beat-dev to add pytest support

See merge request !192
parents 2b83523b 7d91c5f6
No related branches found
No related tags found
1 merge request!192Slightly bump bob/beat-dev to add pytest support
Pipeline #45597 passed
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment