Skip to content

Commit ada7d5a

Browse files
committed
squash! DO NOT MERGE: hack: Use tox for redis integration suite
1 parent 6b18fdd commit ada7d5a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ on:
2020
jobs:
2121
Unit:
2222

23-
# XXX: DO NOT MERGE THIS LINE
24-
if: false
25-
2623
runs-on: ubuntu-20.04
2724
strategy:
2825
fail-fast: false
@@ -92,8 +89,7 @@ jobs:
9289
strategy:
9390
fail-fast: false
9491
matrix:
95-
# XXX: RESTORE THIS MATRIX PRIOR TO MERGE
96-
python-version: ['3.7', ] #'3.8', '3.9', 'pypy3']
92+
python-version: ['3.7', '3.8', '3.9', 'pypy3']
9793
# XXX: Does each matrix variation get their own copy of the service
9894
# containers? Test cross-talk may be an issue...
9995
toxenv: ['redis', ] #'rabbitmq']

0 commit comments

Comments
 (0)