Skip to content

Commit 418517b

Browse files
committed
set fixed versions to successful GA actions
https://github.com/ceph/teuthology-api/actions/runs/10860489385/job/30141154822 Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
1 parent add8e42 commit 418517b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
include:
1414
- os: ubuntu-22.04
15-
python: "3.10"
15+
python: "3.10.12"
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Setup Python

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ package_dir =
4949
# For more information, check out https://semver.org/.
5050
install_requires =
5151
importlib-metadata; python_version<"3.8"
52-
fastapi
53-
uvicorn[standard]
54-
gunicorn
55-
httpx
56-
itsdangerous
57-
python-dotenv
58-
teuthology @ git+https://github.com/ceph/teuthology.git@67db276914d29505c9707d04f3a3b8fb9d8aee4b#egg=teuthology
52+
fastapi==0.114.2
53+
uvicorn==0.30.6
54+
gunicorn==23.0.0
55+
httpx==0.27.2
56+
itsdangerous==2.2.0
57+
python-dotenv==1.0.1
58+
teuthology @ git+https://github.com/ceph/teuthology#egg=teuthology[test]
5959

6060

6161
[options.packages.find]
@@ -70,9 +70,9 @@ exclude =
7070

7171
# Add here test requirements (semicolon/line-separated)
7272
testing =
73-
setuptools
74-
pytest
75-
pytest-cov
73+
setuptools==74.1.2
74+
pytest==8.3.3
75+
pytest-cov==5.0.0
7676

7777
[options.entry_points]
7878
# Add here console scripts like:

0 commit comments

Comments
 (0)