mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +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: |
|
||||
|
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