X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=requirements-dev.txt;h=5522a05eeeef3600e056ddbf5f78c553f66c81d1;hb=HEAD;hp=276d014a6f645b9a8de894820e2e9cd9d3983bb0;hpb=391dcf76fefb747888a3411ae3b8df7b1ad26685;p=nfvbench.git diff --git a/requirements-dev.txt b/requirements-dev.txt index 276d014..5522a05 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,11 @@ +# Python requirements to setup a development environment to be able to do +# anything directly or with tox: run unit tests, run code quality checks, build +# the docs, ... + +-c https://opendev.org/openstack/requirements/raw/branch/stable/yoga/upper-constraints.txt -r requirements.txt -docutils==0.14.0 -flake8>=2.3.0 -pylint>=1.3 -pep8>=1.5.7 -sphinx>=1.4.0 -sphinx_rtd_theme>=0.2.4 -tox>=2.3.0 -mock>=2.0.0 +-r test-requirements.txt +-r docs/requirements.txt + +# Install tox with the same version as on OPNFV build servers +tox==3.21.4