sodafoundation / delfin

delfin is the SODA Infrastructure Manager project which provides unified, intelligent and scalable resource management, alert and performance monitoring
https://sodafoundation.io/
Apache License 2.0
202 stars 355 forks source link

Fix setuptools version to 65.0.0 #978

Closed joseph-v closed 1 year ago

joseph-v commented 1 year ago

What this PR does / why we need it: Latest version of SQLAlchemy module is giving error message

ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.

sqlalchemy failed sqlalchemy.exc.ArgumentError: autocommit=True is no longer supported

This PR will Keep SQLAlchemy version to older one.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #977

Special notes for your reviewer:

Release note:

codecov[bot] commented 1 year ago

Codecov Report

Merging #978 (a5cb63b) into master (e0290fd) will decrease coverage by 0.08%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #978 +/- ## ========================================== - Coverage 70.85% 70.78% -0.08% ========================================== Files 195 195 Lines 23987 23987 Branches 3674 3674 ========================================== - Hits 16997 16980 -17 - Misses 5826 5842 +16 - Partials 1164 1165 +1 ``` | [Impacted Files](https://codecov.io/gh/sodafoundation/delfin/pull/978?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sodafoundation) | Coverage Δ | | |---|---|---| | [delfin/drivers/fake\_storage/\_\_init\_\_.py](https://codecov.io/gh/sodafoundation/delfin/pull/978?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sodafoundation#diff-ZGVsZmluL2RyaXZlcnMvZmFrZV9zdG9yYWdlL19faW5pdF9fLnB5) | `90.69% <0.00%> (-2.85%)` | :arrow_down: | | [delfin/db/sqlalchemy/api.py](https://codecov.io/gh/sodafoundation/delfin/pull/978?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sodafoundation#diff-ZGVsZmluL2RiL3NxbGFsY2hlbXkvYXBpLnB5) | `71.23% <0.00%> (-0.40%)` | :arrow_down: |