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

Introduce temporary package version restrictions #579

Merged
merged 4 commits into from
Oct 22, 2023

Conversation

peter-doggart
Copy link
Contributor

This PR introduces a temporary restriction on flask, werkzeug and jsonschema packages until we can get everything updated.

It was my intention to temporarily point the pytest-flask installation to a fork that included the 3.0.0 fixes until they are merged upstream. However, the pipeline installs via setuptools and the pip() function in setup.py strips out pip git checkout links.

@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7ce0ef8) 96.45% compared to head (f323b67) 96.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #579   +/-   ##
=======================================
  Coverage   96.45%   96.45%           
=======================================
  Files          20       20           
  Lines        2733     2733           
=======================================
  Hits         2636     2636           
  Misses         97       97           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@peter-doggart peter-doggart mentioned this pull request Oct 21, 2023
@peter-doggart peter-doggart changed the title Pytest fork temp Introduce temporary package version restrictions Oct 21, 2023
@peter-doggart
Copy link
Contributor Author

Bench test fails because install is broken on master, so that can safely be ignored!

Copy link

@safe safe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@peter-doggart peter-doggart merged commit 041c561 into python-restx:master Oct 22, 2023
9 of 10 checks passed
@peter-doggart peter-doggart deleted the pytest-fork-temp branch October 22, 2023 12:11
@brianpaden289
Copy link

Is there an issue with jsonschema==4.19.1? This restriction is causing conflicts in our environment because other tools require 4.19.1.

@peter-doggart
Copy link
Contributor Author

@brianpaden289 There is an open issue and PR for jsonschema related stuff. It looks like part of the package we use either has been removed or is going to be removed. I just haven't had a chance to look at it yet unfortunately!

See #560

@foarsitter
Copy link
Contributor

#560 is about a deprecation warning #553

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.

4 participants