Skip to content

Commit 45ea267

Browse files
makbigcjreback
authored andcommitted
[CI] Add pytest-azurepipelines in ​pandas-dev (#26620)
1 parent 7137938 commit 45ea267

8 files changed

+8
-0
lines changed

ci/deps/azure-35-compat.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
- hypothesis>=3.58.0
2323
- pytest-xdist
2424
- pytest-mock
25+
- pytest-azurepipelines
2526
- pip
2627
- pip:
2728
# for python 3.5, pytest>=4.0.2 is not available in conda

ci/deps/azure-36-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- pytest>=4.0.2
2424
- pytest-xdist
2525
- pytest-mock
26+
- pytest-azurepipelines
2627
- hypothesis>=3.58.0
2728
- pip
2829
- pip:

ci/deps/azure-36-locale_slow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- pytest>=4.0.2
3030
- pytest-xdist
3131
- pytest-mock
32+
- pytest-azurepipelines
3233
- moto
3334
- pip
3435
- pip:

ci/deps/azure-37-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies:
2828
- pytest>=4.0.2
2929
- pytest-xdist
3030
- pytest-mock
31+
- pytest-azurepipelines
3132
- pip
3233
- pip:
3334
- hypothesis>=3.58.0

ci/deps/azure-37-numpydev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ dependencies:
1717
- "--pre"
1818
- "numpy"
1919
- "scipy"
20+
- pytest-azurepipelines

ci/deps/azure-macos-35.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ dependencies:
2929
- pytest-xdist
3030
- pytest-mock
3131
- hypothesis>=3.58.0
32+
- pytest-azurepipelines

ci/deps/azure-windows-36.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ dependencies:
2626
- pytest>=4.0.2
2727
- pytest-xdist
2828
- pytest-mock
29+
- pytest-azurepipelines
2930
- hypothesis>=3.58.0

ci/deps/azure-windows-37.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies:
2828
- pytest>=4.0.2
2929
- pytest-xdist
3030
- pytest-mock
31+
- pytest-azurepipelines
3132
- moto
3233
- hypothesis>=3.58.0
3334
- pyreadstat

0 commit comments

Comments
 (0)