Skip to content

Commit fcde1b9

Browse files
committed
Add pytest-testinfra dependency
1 parent 6910880 commit fcde1b9

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
prometheus-api-client==0.5.*
2+
pytest-testinfra==10.1.*

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ classifier =
2727
[files]
2828
packages =
2929
stackhpc_openstack_tests
30+
31+
[options]
32+
install_requires =
33+
pytest-testinfra

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 StackHPC Ltd.
2+
13
# Licensed under the Apache License, Version 2.0 (the "License");
24
# you may not use this file except in compliance with the License.
35
# You may obtain a copy of the License at

stackhpc_openstack_tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 StackHPC Ltd.
2+
13
# Licensed under the Apache License, Version 2.0 (the "License"); you may
24
# not use this file except in compliance with the License. You may obtain
35
# a copy of the License at

0 commit comments

Comments
 (0)