8000 Fixup CI by altendky · Pull Request #520 · MagicStack/uvloop · GitHub
[go: up one dir, main page]

Skip to content

Fixup CI #520

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

Merged
merged 23 commits into from
Jan 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
add pinning for deps back to last successful run
  • Loading branch information
altendky committed Dec 18, 2022
commit 6ff669cb6e81a22a03d04e27f5c1e4bc9e2012e9
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
'pyOpenSSL~=22.0.0',
'mypy>=0.800',
CYTHON_DEPENDENCY,

# TODO: cleanup, just debugging back to the most recent successful ci run
# https://github.com/MagicStack/uvloop/actions/runs/3166123561/jobs/5155626399
'aiosignal==1.2.0',
'cryptography==38.0.1',
'frozenlist==1.3.1',
'multidict==6.0.2',
'psutil==5.9.2',
'yarl==1.8.1',
]

# Dependencies required to build documentation.
Expand Down
0