Skip to content
Merged
Show file tree
Hide file tree
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
try on ubuntu-20.04 instead of -latest (22.04)
  • Loading branch information
altendky committed Dec 18, 2022
commit 8e50aca4d91a3a23025c39f75d7ebf9bf1db2958
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down
3 changes: 0 additions & 3 deletions tests/test_tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2663,9 +2663,6 @@ async def client(addr):
self.loop.run_until_complete(client(srv.addr))

def test_remote_shutdown_receives_trailing_data(self):
# TODO: skipping to see if this avoids the hangs
raise unittest.SkipTest()

CHUNK = 1024 * 16
SIZE = 8
count = 0
Expand Down