Skip to content

Commit c2b0e8d

Browse files
committed
virt_tests: remove embedded source files
Remove the virt_tests source code that has been extracted to the standalone virt-framework repository. The CI workflow now installs the external package via pip. The deprecation README is retained to direct users to the new repository at https://github.com/trgill/virt-framework. Changes: - Remove __init__.py, __main__.py, strategy.py, testvm.py, util.py - Remove virt_tests exclude from setup.cfg (no longer needed) - Update CONTRIBUTING.md to remove virt_tests reference Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Todd Gill <tgill@redhat.com>
1 parent f127c3e commit c2b0e8d

7 files changed

Lines changed: 1 addition & 1393 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ Some examples of common subsystem strings used in the project are:
8484
as the Sphinx documentation in doc/, and the groff formatted man pages in
8585
the man/ directory).
8686
* **tests**: changes to any of the test suites. It is also fine to use the
87-
specific suite name if that makes sense ("``virt_tests``",
88-
"``container_tests``", etc).
87+
specific suite name if that makes sense ("``container_tests``", etc).
8988
* **dist**: package and distribution metadata: RPM spec file, Python project
9089
and build metadata etc.
9190
* **scripts**: patches affecting the demo & helper scripts found in the

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ install_requires =
3434
[options.packages.find]
3535
exclude =
3636
tests*
37-
virt_tests*
3837
container_tests*
3938

4039
[flake8]

virt_tests/__init__.py

Whitespace-only changes.

virt_tests/__main__.py

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

0 commit comments

Comments
 (0)