Skip to content

Commit a6b0e1d

Browse files
committed
Drop deprecation from dependencies in test.yml
1 parent 11ada60 commit a6b0e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- name: (Python 3.7) Install dependencies
3333
if: ${{ matrix.python-version == '3.7' }}
34-
run: python -m pip install python-dotenv deprecation pytest
34+
run: python -m pip install python-dotenv pytest
3535
- name: (Python >= 3.9) Install dependencies
3636
if: ${{ matrix.python-version != '3.7' }}
3737
run: python -m pip install . --group test

0 commit comments

Comments
 (0)