Skip to content

Add pytest-azurepipelines #27065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/deps/azure-35-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dependencies:
# for python 3.5, pytest>=4.0.2 is not available in conda
- pytest==4.5.0
- html5lib==1.0b2
- pytest-azurepipelines
1 change: 1 addition & 0 deletions ci/deps/azure-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
- pip
- pip:
Expand Down
1 change: 1 addition & 0 deletions ci/deps/azure-36-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- moto
- pip
- pip:
Expand Down
1 change: 1 addition & 0 deletions ci/deps/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- pytest-xdist
- pytest-mock
- pip
- pytest-azurepipelines
- pip:
- hypothesis>=3.58.0
- moto # latest moto in conda-forge fails with 3.7, move to conda dependencies when this is fixed
1 change: 1 addition & 0 deletions ci/deps/azure-37-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
- pip
- pip:
Expand Down
1 change: 1 addition & 0 deletions ci/deps/azure-macos-35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dependencies:
- pytest==4.5.0
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
1 change: 1 addition & 0 deletions ci/deps/azure-windows-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
1 change: 1 addition & 0 deletions ci/deps/azure-windows-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- cython>=0.28.2
- pytest>=4.0.2
- pytest-xdist
- pytest-azurepipelines
- pytest-mock
- moto
- hypothesis>=3.58.0
Expand Down
1 change: 1 addition & 0 deletions ci/deps/travis-36-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies:
# universal
- pytest>=4.0.2
- pytest-xdist
- pytest-azurepipelines
- pytest-cov
- pytest-mock
- hypothesis>=3.58.0
Expand Down
1 change: 1 addition & 0 deletions ci/deps/travis-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- moto
- pip
- pip:
Expand Down
1 change: 1 addition & 0 deletions ci/deps/travis-36-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- moto
- hypothesis>=3.58.0
1 change: 1 addition & 0 deletions ci/deps/travis-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
- s3fs
- pip
Expand Down