Files
rally-openstack/test-requirements.txt
Andriy Kurilin c3c6de9804 Port all samples to task format v2
Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
2025-09-17 13:15:29 +02:00

24 lines
1.1 KiB
Plaintext

# 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.
hacking>=3.0 # Apache Software License
fixtures # Apache-2.0 or BSD
pytest # MIT
# py.test plugin for measuring coverage.
pytest-cov # MIT
# py.test plugin for generating HTML reports
pytest-html # MIT
# py.test plugin that enables unittest builtin subTest feature
pytest-subtests
# py.test xdist plugin for distributed testing and loop-on-failing modes
pytest-xdist
coverage!=4.4 # Apache License, Version 2.0
ddt # MIT
# docs
docutils # BSD License/GNU General Public License (GPL)
Pygments # BSD-2-Clause