mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
move testing requirements to requirements_test.txt, add pytest-asyncio for azure pipelines (#20)
This commit is contained in:
parent
87c0dab8c8
commit
4a4b9c655a
@ -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
|
Loading…
Reference in New Issue
Block a user