Skip to content

Commit e920210

Browse files
authored
use pytest rather than py.test (#189)
It's been a while since `pytest` command exists (pytest 3.0.0 released in August 2016). From [this](https://docs.pytest.org/en/latest/changelog.html#id760): > Introduce pytest command as recommended entry point. Note that py.test still works and is not scheduled for removal.
1 parent 4889ab5 commit e920210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212

1313
- script: |
1414
source activate adaptive
15-
py.test --verbose --cov=adaptive --cov-report term --cov-report html adaptive
15+
pytest --verbose --cov=adaptive --cov-report term --cov-report html adaptive
1616
displayName: 'Run the tests'
1717

1818
- script: |

0 commit comments

Comments
 (0)