-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Update project test dependencies to ensure green workflow #1371
Merged
Merged
Changes from 26 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4912ecc
Use www.google.com for http2 tests
abhinavsingh 1a8fb7f
Update README.md
Ph0tonic 6fe94fe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b6bd5bd
System packages for readthedocs
abhinavsingh b48492f
Merge branch 'april-2024' of github.com:abhinavsingh/proxy.py into ap…
abhinavsingh c715e19
Pin pyyaml, see https://github.com/yaml/pyyaml/issues/724\#issuecomme…
abhinavsingh c99cb32
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6dd14fa
Ignore flake8 S507
abhinavsingh 24b5d2b
precommit `pyyaml==5.3.1`
abhinavsingh b8256e0
follow https://github.com/yaml/pyyaml/issues/724
abhinavsingh 4736089
pin to essentials_openapi==0.1.4 for blacksheep
abhinavsingh 0db301d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8424e91
Remove blacksheep dep
abhinavsingh fff63c5
remove system_packages
abhinavsingh a1103dc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1765313
Check if tox upgrade helps with `ERROR: FAIL could not package projec…
abhinavsingh d8866bc
Fix links
abhinavsingh be34a00
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9d7cb96
Use `importlib.metadata` instead of `pkg_resources`
abhinavsingh 96850d9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b5a3b6e
Just remove link from plugin docstring for now
abhinavsingh b1f5690
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fa6a568
pin `sphinxcontrib-applehelp==1.0.2` which is breaking spellcheck
abhinavsingh 0a7f47e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 335c3b6
Pin `sphinxcontrib-*`
abhinavsingh 1fdf352
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c96dbc0
pin `towncrier` too
abhinavsingh 27e66b7
add kwargs as a spelling
abhinavsingh e8c8ad0
`_get_dist` backward compatible with 3.6
abhinavsingh 08c4684
Use `httpbingo.org` instead of `httpbin.org` in tests making network …
abhinavsingh 93f9a94
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0049132
Use `httpbingo` for reverse proxy plugin too which is tested in workf…
abhinavsingh e5fefd1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6c9d031
`importlib-metadata; python_version <= 3.7`
abhinavsingh 3dfe608
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7a3da91
Integration test changes due to usage of httpbingo instead of httpbin
abhinavsingh 9b04b56
Merge branch 'april-2024' of github.com:abhinavsingh/proxy.py into ap…
abhinavsingh fe638de
`importlib-metadata; python_version <= 3.7` moved to build essentials…
abhinavsingh 5dc603d
Filter and ignore `DeprecationWarning` to make it work on 3.7
abhinavsingh 7477b5a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3940577
with deprecation ignore we dont need `importlib-metadata`
abhinavsingh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
aiohttp==3.8.1 | ||
blacksheep==1.2.7 | ||
# Blacksheep depends upon essentials_openapi which is pinned to pyyaml==5.4.1 | ||
# and pyyaml>5.3.1 is broken for cython 3 | ||
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228 | ||
# blacksheep==1.2.7 | ||
starlette==0.19.1 | ||
tornado==6.1 | ||
uvicorn==0.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# PROXY.PY TUTORIAL | ||
|
||
This directory contains Jupyter Notebook based tutorial. | ||
This directory contains Jupyter Notebook based tutorials. | ||
|
||
- [Welcome](welcome.ipynb) | ||
- [Http Parser](http_parser.ipynb) | ||
- [Responses](responses.ipynb) | ||
- [Requests](requests.ipynb) | ||
- [Eventing](eventing.ipynb) | ||
- [Connections](connections.ipynb) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's best to ignore such exceptions inline instead of allowing the violations globally. This way you're in control and have to review the security implications of every such place.