mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-28 19:22:04 +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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install pytest pytest-azurepipelines pytest-cov
|
||||
pip install -r requirements_test.txt
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: |
|
||||
|
||||
Reference in New Issue
Block a user