Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b0494 commit ee6971cCopy full SHA for ee6971c
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Deps
21
command: |
22
sudo apt-get install cmake openssh-server
23
- pip install flake8 jinja2 sphinx sphinx_rtd_theme pytest pytest-rerunfailures
+ pip install -r requirements_dev.txt
24
- python/save-cache:
25
dependency-file: requirements_dev.txt
26
key: depsv3-{{ .Branch }}.{{ arch }}-PY<< parameters.python_ver >>
requirements_dev.txt
@@ -3,6 +3,5 @@ flake8
3
jinja2
4
sphinx
5
sphinx_rtd_theme
6
-pytest
+pytest<6.1.0
7
pytest-rerunfailures
8
-.
0 commit comments