Skip to content

Commit 8be5d32

Browse files
committed
Install pytest-azurepipelines together with pandas-dev
1 parent 2281dcd commit 8be5d32

10 files changed

+8
-4
lines changed

ci/azure/posix.yml

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
if [ "$(uname)" == "Linux" ]; then sudo apt-get install -y libc6-dev-i386 $EXTRA_APT; fi
5353
echo "Creating Environment"
5454
ci/setup_env.sh
55-
conda update pip
56-
pip install pytest-azurepipelines
5755
displayName: 'Setup environment and build pandas'
5856
- script: |
5957
export PATH=$HOME/miniconda3/bin:$PATH

ci/azure/windows.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
displayName: Create anaconda environment
2626
- script: |
2727
call activate pandas-dev
28-
call conda update pip
29-
call pip install pytest-azurepipelines
3028
call conda list
3129
ci\\incremental\\build.cmd
3230
displayName: 'Build'

ci/deps/azure-35-compat.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ dependencies:
2828
# for python 3.5, pytest>=4.0.2 is not available in conda
2929
- pytest==4.5.0
3030
- html5lib==1.0b2
31+
- pytest-azurepipelines

ci/deps/azure-36-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ dependencies:
2828
- pip
2929
- pip:
3030
- html5lib==1.0b2
31+
- pytest-azurepipelines

ci/deps/azure-36-locale_slow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ dependencies:
3434
- pip
3535
- pip:
3636
- hypothesis>=3.58.0
37+
- pytest-azurepipelines

ci/deps/azure-37-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ dependencies:
3333
- pip:
3434
- hypothesis>=3.58.0
3535
- moto # latest moto in conda-forge fails with 3.7, move to conda dependencies when this is fixed
36+
- pytest-azurepipelines

ci/deps/azure-37-numpydev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ dependencies:
1818
- "--pre"
1919
- "numpy"
2020
- "scipy"
21+
- "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,5 +26,6 @@ dependencies:
2626
- pytest>=4.0.2
2727
- pytest-xdist
2828
- pytest-mock
29+
- pytest-azurepipelines
2930
- hypothesis>=3.58.0
3031
- isort

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
- isort

0 commit comments

Comments
 (0)