aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
blob: 4fa57c3df24d6eee593857c31309b1adacf4ca0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Python dependencies required by tox to run unit tests and code quality checks
#
# (dependencies required to build and check the docs can be found in
# docs/requirements.txt)
#
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

# Requirements for nfvbench unit tests:
pytest # MIT
scapy>=2.3.1
# Extra requirements for behave_tests unit tests:
pytest-subtests

# Requirements for pep8 test:
hacking==5.0.0
flake8>=3.3.0

# Requirements for linter test:
pylint==2.15.9