Skip to content

Commit a05e445

Browse files
committed
Move test dependencies to test_requirements.txt
Signed-off-by: Rex Chen <[email protected]>
1 parent 4f0606e commit a05e445

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install pytest
3231
pip install -r requirements.txt
32+
pip install -r test_requirements.txt
3333
- name: Test with pytest
3434
run: |
3535
pytest

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
boto
22
argparse
3-
mock

test_requirements.txt

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

0 commit comments

Comments
 (0)