Skip to content

Commit 42875a3

Browse files
committed
Drop populating system_info as its upstream
1 parent 4470049 commit 42875a3

File tree

3 files changed

+3
-267
lines changed

3 files changed

+3
-267
lines changed

stackhpc_inspector_plugins/plugins/system_name_llc.py

Lines changed: 0 additions & 137 deletions
This file was deleted.

stackhpc_inspector_plugins/tests/unit/test_plugins_system_name_llc.py

Lines changed: 0 additions & 126 deletions
This file was deleted.

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
[tox]
2-
envlist = py36,py37,py38,py27,pep8
2+
envlist = py3.12,pep8
33

44
[testenv]
55
usedevelop = True
66
install_command = pip install -U {opts} {packages}
7-
basepython = python3.8
7+
basepython = python3.12
88
deps =
99
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
1010
-r{toxinidir}/requirements.txt
1111
-r{toxinidir}/test-requirements.txt
1212
commands =
13-
coverage run --branch --include "stackhpc_inspector_plugins*" -m unittest discover stackhpc_inspector_plugins.tests.unit
13+
coverage run --branch --source ./stackhpc_inspector_plugins/plugins -m unittest discover stackhpc_inspector_plugins.tests.unit
1414
coverage report -m --fail-under 90
1515
setenv = PYTHONDONTWRITEBYTECODE=1
1616
TZ=UTC
17-
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
1817

1918
[testenv:venv]
2019
commands = {posargs}

0 commit comments

Comments
 (0)