Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMPET-7270: Remove RPM dependency on requests-retry-session #626

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ charset-normalizer>=2.0.12,<2.1
colorama>=0.4.5,<0.5
idna>=2.6,<2.7
PyYAML>=6.0.1,<6.1
requests-retry-session>=0.1,<0.2
urllib3>=1.26,<1.27
4 changes: 0 additions & 4 deletions csm-testing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Requires: python3-botocore
Requires: python3-kubernetes
Requires: python3-rados
Requires: python3-requests
Requires: python3-requests-retry-session

%else

Expand All @@ -100,7 +99,6 @@ Requires: python%{python_version_nodots}-botocore
Requires: python%{python_version_nodots}-kubernetes
Requires: python%{python_version_nodots}-rados
Requires: python%{python_version_nodots}-requests
Requires: python%{python_version_nodots}-requests-retry-session

%endif

Expand Down Expand Up @@ -281,7 +279,6 @@ Requires: python3-botocore
Requires: python3-kubernetes
Requires: python3-rados
Requires: python3-requests
Requires: python3-requests-retry-session

%else

Expand All @@ -290,7 +287,6 @@ Requires: python%{python_version_nodots}-botocore
Requires: python%{python_version_nodots}-kubernetes
Requires: python%{python_version_nodots}-rados
Requires: python%{python_version_nodots}-requests
Requires: python%{python_version_nodots}-requests-retry-session

%endif

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-c constraints.txt
colorama
PyYAML
requests-retry-session

# There are some additional Python packages that test scripts can rely on that are
# not listed above. This is because they are listed as requirements in the csm-testing
Expand Down Expand Up @@ -33,4 +34,3 @@ PyYAML
# the system Python install, this is the simplest way.

#system_python:requests
#system_python:requests-retry-session