From 51b3bb55ef2333e61af3d66ef1a23e910997b338 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 20 Apr 2021 18:08:52 +0400 Subject: [PATCH] Fix Python 3.10 tests by pinning to 3.10-alpha7 for now --- .github/workflows/ci.yml | 2 +- dev-requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ba084f588..36d4f7e0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: os: ubuntu-latest experimental: false nox-session: test_brotlipy - - python-version: 3.10-dev + - python-version: 3.10.0-alpha.7 os: ubuntu-latest experimental: false nox-session: test-3.10 diff --git a/dev-requirements.txt b/dev-requirements.txt index 3fad091ff8..4fe60fdc4d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,11 +1,11 @@ -coverage==5.3.1 +coverage==5.5 tornado==6.1 PySocks==1.7.1 -pytest==6.1.2 +pytest==6.2.3 pytest-timeout==1.4.2 pytest-freezegun==0.4.2 flaky==3.7.0 -trustme==0.6.0 -cryptography==3.3.2 +trustme==0.7.0 +cryptography==3.4.7 python-dateutil==2.8.1 typing-extensions==3.7.4.3