File tree Expand file tree Collapse file tree 15 files changed +25
-23
lines changed Expand file tree Collapse file tree 15 files changed +25
-23
lines changed Original file line number Diff line number Diff line change 71
71
set -x
72
72
sudo apt-get install python3-setuptools
73
73
sudo pip3 install --upgrade pip
74
- sudo pip3 install -U pytest sh psutil
74
+ sudo pip3 install -U pytest==8.3.4 sh psutil
75
75
sudo apt-get -y install open-iscsi
76
76
sudo systemctl enable iscsid
77
77
- name : Fetch snap
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ yum install fuse squashfuse -y
7
7
yum install snapd -y
8
8
systemctl enable --now snapd.socket
9
9
ln -s /var/lib/snapd/snap /snap
10
- yum install python3-pip -y
10
+ yum install python3-pip -y
11
11
yum install docker -y
12
- pip3 install pytest requests pyyaml sh psutil
12
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
13
13
14
14
# wait for the snapd seeding to take place!
15
15
n=0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pacman -S --noconfirm python
20
20
pacman -S --noconfirm docker
21
21
sudo systemctl enable --now docker.service
22
22
echo " 127.0.0.1 localhost" | sudo tee -a /etc/hosts
23
- pip3 install pytest requests pyyaml
23
+ pip3 install pytest==8.3.4 requests pyyaml
24
24
25
25
# wait for the snapd seeding to take place!
26
26
n=0
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ yum install sudo -y
5
5
yum install snapd -y
6
6
systemctl enable --now snapd.socket
7
7
ln -s /var/lib/snapd/snap /snap
8
- yum install python3-pip -y
8
+ yum install python3-pip -y
9
9
yum install docker -y
10
- pip3 install pytest requests pyyaml sh psutil
10
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
11
11
12
12
# wait for the snapd seeding to take place!
13
13
n=0
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ yum install fuse squashfuse -y
7
7
yum install snapd -y
8
8
systemctl enable --now snapd.socket
9
9
ln -s /var/lib/snapd/snap /snap
10
- yum install python3-pip -y
10
+ yum install python3-pip -y
11
11
yum install docker -y
12
- pip3 install pytest requests pyyaml sh psutil
12
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
13
13
14
14
# wait for the snapd seeding to take place!
15
15
n=0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update
7
7
apt-get install python3-pip docker.io libsquashfuse0 squashfuse fuse snapd -y
8
- pip3 install pytest requests pyyaml sh psutil
8
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
9
9
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
10
10
# if core is to be installed by microk8s it fails
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update
7
7
apt-get install python3-pip docker.io libsquashfuse0 squashfuse fuse snapd -y
8
- pip3 install pytest requests pyyaml sh psutil
8
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
9
9
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
10
10
# if core is to be installed by microk8s it fails
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update
7
7
apt-get install python3-pip docker.io libsquashfuse0 squashfuse fuse snapd -y
8
- pip3 install pytest requests pyyaml sh psutil --break-system-packages
8
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil --break-system-packages
9
9
# Attempting to address https://forum.snapcraft.io/t/lxd-refresh-cause-container-socket-error/8698
10
10
# if core is to be installed by microk8s it fails
11
11
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ yum install fuse squashfuse -y
6
6
yum install snapd -y
7
7
systemctl enable --now snapd.socket
8
8
ln -s /var/lib/snapd/snap /snap
9
- yum install python3-pip -y
9
+ yum install python3-pip -y
10
10
yum install docker -y
11
- pip3 install pytest requests pyyaml sh psutil
11
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
12
12
13
13
# wait for the snapd seeding to take place!
14
14
n=0
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ yum install fuse squashfuse -y
6
6
yum install snapd -y
7
7
systemctl enable --now snapd.socket
8
8
ln -s /var/lib/snapd/snap /snap
9
- yum install python3-pip -y
9
+ yum install python3-pip -y
10
10
yum install docker -y
11
- pip3 install pytest requests pyyaml sh psutil
11
+ pip3 install pytest==8.3.4 requests pyyaml sh psutil
12
12
13
13
# wait for the snapd seeding to take place!
14
14
n=0
You can’t perform that action at this time.
0 commit comments