Skip to content

Commit ee6971c

Browse files
authored
Reqs (#25)
* Updated circleci cfg * Updated dev requirements
1 parent e0b0494 commit ee6971c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Deps
2121
command: |
2222
sudo apt-get install cmake openssh-server
23-
pip install flake8 jinja2 sphinx sphinx_rtd_theme pytest pytest-rerunfailures
23+
pip install -r requirements_dev.txt
2424
- python/save-cache:
2525
dependency-file: requirements_dev.txt
2626
key: depsv3-{{ .Branch }}.{{ arch }}-PY<< parameters.python_ver >>

Diff for: requirements_dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ flake8
33
jinja2
44
sphinx
55
sphinx_rtd_theme
6-
pytest
6+
pytest<6.1.0
77
pytest-rerunfailures
8-
.

0 commit comments

Comments
 (0)