Skip to content

Commit

Permalink
Remove more leftover OpenStack references
Browse files Browse the repository at this point in the history
The tox.ini still had some test environments specifically for
testing within OpenStack. This is no longer needed. Also no
longer necessary is stestr configuration that used OpenStack
variables.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb committed Oct 20, 2024
1 parent 8e6dc1b commit 4a6f7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .stestr.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DEFAULT]
test_path=${OS_TEST_PATH:-./tests}
test_path=./tests
top_dir=./
group_regex=.*(test_cert_setup)
parallel_class=True
20 changes: 0 additions & 20 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ passenv =
no_proxy
NO_PROXY

[testenv:debug]
commands = oslo_debug_helper -t tests {posargs}

[testenv:linters]
deps = {[testenv:pep8]deps}
usedevelop = False
Expand Down Expand Up @@ -87,20 +84,3 @@ deps =
pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure

[testenv:lower-constraints]
basepython = python3
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt

# This environment can be used to quickly validate that all needed system
# packages required to successfully execute test targets are installed
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if
# system dependencies are missing, since it's used to tell you what system
# dependencies are missing! This also means that bindep must be installed
# separately, outside of the requirements files.
deps = bindep
commands = bindep test

0 comments on commit 4a6f7e7

Please sign in to comment.