From 2c0aac7137713c769f55de7fc2dcc30cdb86d546 Mon Sep 17 00:00:00 2001 From: Matt Schwager Date: Mon, 25 Oct 2021 13:41:33 -0600 Subject: [PATCH] Update pytest, not Python --- .github/workflows/ci.yml | 2 +- requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3e5b48..13ecd26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - '3.7' - '3.8' - '3.9' - - '3.10-dev' + - '3.10' steps: - uses: actions/checkout@v2 - name: Set up Python diff --git a/requirements-dev.txt b/requirements-dev.txt index 5d13187..db1f1ff 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==4.6.9 -pytest-benchmark==3.2.3 -pytest-cov==2.8.1 +pytest==6.2.5 +pytest-benchmark==3.4.1 +pytest-cov==3.0.0 coveralls==1.11.0