Skip to content

Commit c104b71

Browse files
authored
Update python to 3.13 and disable pytest-profiling (#6687)
1 parent d29fd4b commit c104b71

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pythonpath = [
2020
"tests/suite/fixtures",
2121
"tests/suite/utils",
2222
]
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"
2424
log_cli = true
2525
markers =[
2626
"agent",

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d9
55
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
66
FROM quay.io/skopeo/stable:v1.16.1
77

8-
FROM python:3.12@sha256:05855f5bf06f5a004b0c1a8aaac73a9d9ea54390fc289d3e80ef52c4f90d5585
8+
FROM python:3.13@sha256:0a301600e451618e1c0a94c28b5d83f875f6f3c07820a71d6dd2565a000f7408
99

1010
RUN apt-get update \
1111
&& apt-get install -y curl git \

tests/requirements.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --generate-hashes --resolver=backtracking requirements.txt
@@ -255,9 +255,7 @@ google-auth==2.35.0 \
255255
gprof2dot==2024.6.6 \
256256
--hash=sha256:45b14ad7ce64e299c8f526881007b9eb2c6b75505d5613e96e66ee4d5ab33696 \
257257
--hash=sha256:fa1420c60025a9eb7734f65225b4da02a10fc6dd741b37fa129bc6b41951e5ab
258-
# via
259-
# -r requirements.txt
260-
# pytest-profiling
258+
# via -r requirements.txt
261259
grpcio==1.66.2 \
262260
--hash=sha256:02697eb4a5cbe5a9639f57323b4c37bcb3ab2d48cec5da3dc2f13334d72790dd \
263261
--hash=sha256:03b0b307ba26fae695e067b94cbb014e27390f8bc5ac7a3a39b7723fed085604 \
@@ -542,7 +540,6 @@ pytest==8.3.3 \
542540
# -r requirements.txt
543541
# pytest-html
544542
# pytest-metadata
545-
# pytest-profiling
546543
pytest-html==4.1.1 \
547544
--hash=sha256:70a01e8ae5800f4a074b56a4cb1025c8f4f9b038bba5fe31e3c98eb996686f07 \
548545
--hash=sha256:c8152cea03bd4e9bee6d525573b67bbc6622967b72b9628dda0ea3e2a0b5dd71
@@ -553,10 +550,6 @@ pytest-metadata==3.1.1 \
553550
# via
554551
# -r requirements.txt
555552
# pytest-html
556-
pytest-profiling==1.7.0 \
557-
--hash=sha256:93938f147662225d2b8bd5af89587b979652426a8a6ffd7e73ec4a23e24b7f29 \
558-
--hash=sha256:999cc9ac94f2e528e3f5d43465da277429984a1c237ae9818f8cfd0b06acb019
559-
# via -r requirements.txt
560553
python-dateutil==2.9.0.post0 \
561554
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
562555
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
@@ -646,7 +639,6 @@ six==1.16.0 \
646639
# via
647640
# -r requirements.txt
648641
# kubernetes
649-
# pytest-profiling
650642
# python-dateutil
651643
urllib3==2.2.3 \
652644
--hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \

0 commit comments

Comments
 (0)