Skip to content

Commit 3f3702e

Browse files
committed
Move test requirements to file
1 parent d5fe11a commit 3f3702e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip setuptools
24-
pip install pytest
24+
pip install -r requirements/test.txt
2525
2626
- name: Tests with pytest
2727
run: pytest

requirements/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytest

0 commit comments

Comments
 (0)