mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +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: |
|
- 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
|
Loading…
x
Reference in New Issue
Block a user