mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-09-04 06:18:35 +00:00
move testing requirements to requirements_test.txt, add pytest-asyncio for azure pipelines (#20)
This commit is contained in:
@@ -23,7 +23,7 @@ steps:
|
|||||||
- script: |
|
- script: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pytest pytest-azurepipelines pytest-cov
|
pip install -r requirements_test.txt
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
4
requirements_test.txt
Normal file
4
requirements_test.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
pytest
|
||||||
|
pytest-azurepipelines
|
||||||
|
pytest-cov
|
||||||
|
pytest-asyncio
|
Reference in New Issue
Block a user