Skip to content

Commit e61b14a

Browse files
committed
update requirements.in for sonobuoy (missed that with rebase)
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 55f9cbd commit e61b14a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Tests/kaas/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Plugin for provisioning k8s clusters and performing conformance tests on these clusters
1+
# Test suite for SCS-compatible KaaS
22

33
## Development environment
44

55
### requirements
66

77
* [docker](https://docs.docker.com/engine/install/)
88
* [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
9+
* [sonobuoy](https://sonobuoy.io/docs/v0.57.1/#installation)
910

1011
### setup for development
1112

@@ -19,7 +20,6 @@
1920
(venv) curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
2021
(venv) python3.10 -m pip install --upgrade pip
2122
(venv) python3.10 -m pip --version
22-
2323
```
2424

2525
2. Install dependencies:

Tests/kaas/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest-kind
22
kubernetes
3+
junitparser

Tests/kaas/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ google-auth==2.34.0
1616
# via kubernetes
1717
idna==3.8
1818
# via requests
19+
junitparser==3.2.0
20+
# via -r requirements.in
1921
kubernetes==30.1.0
2022
# via -r requirements.in
2123
oauthlib==3.2.2

0 commit comments

Comments
 (0)