File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pythonpath = [
20
20
" tests/suite/fixtures" ,
21
21
" tests/suite/utils" ,
22
22
]
23
- addopts = " --tb=native -ra --disable-warnings -x -l --profile - v --strict-markers"
23
+ addopts = " --tb=native -ra --disable-warnings -x -l -v --strict-markers"
24
24
log_cli = true
25
25
markers =[
26
26
" agent" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d9
5
5
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
6
6
FROM quay.io/skopeo/stable:v1.16.1
7
7
8
- FROM python:3.12 @sha256:05855f5bf06f5a004b0c1a8aaac73a9d9ea54390fc289d3e80ef52c4f90d5585
8
+ FROM python:3.13 @sha256:45803c375b95ea33f482e53a461eca8f247617667d703660a06ccf5eb3d05326
9
9
10
10
RUN apt-get update \
11
11
&& apt-get install -y curl git \
Original file line number Diff line number Diff line change @@ -537,10 +537,11 @@ pytest-metadata==3.1.1 \
537
537
# via
538
538
# -r requirements.txt
539
539
# pytest-html
540
- pytest-profiling == 1.7.0 \
541
- --hash =sha256:93938f147662225d2b8bd5af89587b979652426a8a6ffd7e73ec4a23e24b7f29 \
542
- --hash =sha256:999cc9ac94f2e528e3f5d43465da277429984a1c237ae9818f8cfd0b06acb019
543
- # via -r requirements.txt
540
+ # Broken on python version 3.13+
541
+ # pytest-profiling==1.7.0 \
542
+ # --hash=sha256:93938f147662225d2b8bd5af89587b979652426a8a6ffd7e73ec4a23e24b7f29 \
543
+ # --hash=sha256:999cc9ac94f2e528e3f5d43465da277429984a1c237ae9818f8cfd0b06acb019
544
+ # # via -r requirements.txt
544
545
python-dateutil == 2.9.0.post0 \
545
546
--hash =sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
546
547
--hash =sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
You can’t perform that action at this time.
0 commit comments