Skip to content

Commit 5dcabcc

Browse files
committed
move dependency to testenv.deps
1 parent d2b6f55 commit 5dcabcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

51-
- name: Install dependencies
51+
- name: Install test dependencies
5252
run: |
5353
python -m pip install --upgrade pip
54-
pip install -r requirements.txt
5554
pip install tox tox-gh-actions
5655
5756
- name: Run test

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PYTEST_MAJOR_VERSION =
2121

2222
[testenv]
2323
deps =
24+
-rrequirements.txt
2425
pytest4: pytest>=4.0.0,<5.0.0
2526
pytest5: pytest>=5.0.0,<6.0.0
2627
pytest6: pytest>=6.0.0,<7.0.0

0 commit comments

Comments
 (0)