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

lint: Stop using requests annotations #1991

Merged
merged 1 commit into from
May 3, 2022

Conversation

jku
Copy link
Member

@jku jku commented Apr 29, 2022

requests project does not maintain annotations: typeshed project tries
to do it for them, and releases the annotations as "types-requests".

There's two main problems:

  • typeshed releases constantly: this means a lot of test dependency
    updates
  • typeshed releases are not tagged in git: updates are impossible to
    review

The benefit we get from types-requests is minimal as there is very
little requests-related code and it does not change often.

Remove annotations to lower the test dependency update churn.

Signed-off-by: Jussi Kukkonen [email protected]


Fixes #1988

requests project does not maintain annotations: typeshed project tries
to do it for them, and releases the annotations as "types-requests".

There's two main problems:
* typeshed releases constantly: this means a lot of test dependency
  updates
* typeshed releases are not tagged in git: updates are impossible to
  review

The benefit we get from types-requests is minimal as there is very
little requests-related code and it does not change often.

Remove annotations to lower the test dependency update churn.

Signed-off-by: Jussi Kukkonen <[email protected]>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2245437931

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.326%

Totals Coverage Status
Change from base Build 2239656740: 0.0%
Covered Lines: 1187
Relevant Lines: 1203

💛 - Coveralls

@jku
Copy link
Member Author

jku commented May 3, 2022

types-requests has had 6 updates in 7 days proving that we do need a solution to this... I'll merge this but I am open to other suggestions if someone has them

@jku jku merged commit 4c872e3 into theupdateframework:develop May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reconsider types-requests dependency
3 participants