Skip to content

Commit e365192

Browse files
committed
pytest 주석처리
1 parent c2f2a6c commit e365192

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ steps:
2929
python -m pip install --upgrade pip
3030
pip install -r requirements.txt
3131
displayName: "Install dependencies"
32-
33-
- script: |
34-
pip install pytest pytest-azurepipelines
35-
pytest
36-
displayName: "pytest"
32+
# - script: |
33+
# pip install pytest pytest-azurepipelines
34+
# pytest
35+
# displayName: "pytest"

0 commit comments

Comments
 (0)