Cleanup requirements & tox config, update pylint
[nfvbench.git] / requirements-dev.txt
index e855161..5522a05 100644 (file)
@@ -1,8 +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.12.0
-flake8>=2.3.0
-pylint>=1.3
-pep8>=1.5.7
-sphinx>=1.4.0
-sphinx_rtd_theme>=0.1.9
-tox>=1.9.0
+-r test-requirements.txt
+-r docs/requirements.txt
+
+# Install tox with the same version as on OPNFV build servers
+tox==3.21.4