charm-nova-compute-nvidia-vgpu/test-requirements.txt
Aurelien Lourot 4f49eab3fd Add unit tests for _has_nvidia_gpu_hardware()
Also add .gitreview and .zuul.yaml files

Change-Id: I7f839a0ea7c3a3f72a4d6be5dfd47f9ddd0c0bef
2022-01-14 23:48:20 +01:00

18 lines
697 B
Plaintext

# This file is managed centrally. If you find the need to modify this as a
# one-off, please don't. Intead, consult #openstack-charms and ask about
# requirements management in charms via bot-control. Thank you.
charm-tools>=2.4.4
coverage>=3.6
mock>=1.2
flake8>=4.0.1; python_version >= '3.6'
stestr>=2.2.0
requests>=2.18.4
psutil
# oslo.i18n dropped py35 support
oslo.i18n<4.0.0
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
pytz # workaround for 14.04 pip/tox
pyudev # for ceph-* charm unit tests (not mocked?)
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.