Skip to content

Commit 4c57425

Browse files
committed
test: use vmtest from images
Now that the "images" library contains the vmtest testing helpers we use that and remove ouuse that and remove our own copy..
1 parent f145d5b commit 4c57425

File tree

7 files changed

+1
-442
lines changed

7 files changed

+1
-442
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
run: |
134134
# make sure test deps are available for root
135135
sudo -E pip install --user -r test/requirements.txt
136-
sudo -E pip install --user .
137136
- name: Workarounds for GH runner diskspace
138137
run: |
139138
# use custom basetemp here because /var/tmp is on a smaller disk

pyproject.toml

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

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==7.4.3
22
flake8==6.1.0
3-
paramiko==2.12.0
43
boto3==1.33.13
54
qmp==1.1.0
65
pylint==3.2.5
6+
vmtest @ git+https://github.com/osbuild/images.git

vmtest/__init__.py

Whitespace-only changes.

vmtest/util.py

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

vmtest/util_test.py

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

0 commit comments

Comments
 (0)