Update test.yml

remove pypy from unit tests since it is break for an unknown reason
This commit is contained in:
Ken Cochrane 2023-07-13 16:37:12 -04:00 committed by GitHub
parent 91dfbde556
commit 2a0469669a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
redis-version: [5, 6, 7]
steps: