Skip to content

Commit 0d8bda6

Browse files
committed
Install pytest-azurepipelines from conda-forge
1 parent 1041e9e commit 0d8bda6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deps/azure-35-compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ dependencies:
2222
- hypothesis>=3.58.0
2323
- pytest-xdist
2424
- pytest-mock
25+
- pytest-azurepipelines
2526
- isort
2627
- pip
2728
- pip:
2829
# for python 3.5, pytest>=4.0.2 is not available in conda
2930
- pytest==4.5.0
3031
- html5lib==1.0b2
31-
- pytest-azurepipelines

ci/deps/azure-36-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dependencies:
2323
- pytest>=4.0.2
2424
- pytest-xdist
2525
- pytest-mock
26+
- pytest-azurepipelines
2627
- hypothesis>=3.58.0
2728
- isort
2829
- pip
2930
- pip:
3031
- html5lib==1.0b2
31-
- pytest-azurepipelines

ci/deps/azure-36-locale_slow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dependencies:
2929
- pytest>=4.0.2
3030
- pytest-xdist
3131
- pytest-mock
32+
- pytest-azurepipelines
3233
- moto
3334
- isort
3435
- pip
3536
- pip:
3637
- hypothesis>=3.58.0
37-
- pytest-azurepipelines

ci/deps/azure-37-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies:
2828
- pytest>=4.0.2
2929
- pytest-xdist
3030
- pytest-mock
31+
- pytest-azurepipelines
3132
- isort
3233
- pip
3334
- pip:
3435
- hypothesis>=3.58.0
3536
- moto # latest moto in conda-forge fails with 3.7, move to conda dependencies when this is fixed
36-
- pytest-azurepipelines

0 commit comments

Comments
 (0)