aboutsummaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
blob: 5522a05eeeef3600e056ddbf5f78c553f66c81d1 (plain)
1
2
3
4
5
6
7
8
9
10
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
-r test-requirements.txt
-r docs/requirements.txt

# Install tox with the same version as on OPNFV build servers
tox==3.21.4