Skip to content

Commit

Permalink
CI: disable numpydev job
Browse files Browse the repository at this point in the history
xref pandas-dev#30043.
Will take some time to fix all these cases.
  • Loading branch information
TomAugspurger committed Dec 4, 2019
1 parent ed20822 commit 2721f6c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions ci/azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ jobs:
PATTERN: "not slow and not network"
LOCALE_OVERRIDE: "zh_CN.UTF-8"

py37_np_dev:
ENV_FILE: ci/deps/azure-37-numpydev.yaml
CONDA_PY: "37"
PATTERN: "not slow and not network"
TEST_ARGS: "-W error"
PANDAS_TESTING_MODE: "deprecate"
EXTRA_APT: "xsel"
# Disabled for NumPy object-dtype warning.
# https://github.com/pandas-dev/pandas/issues/30043
# py37_np_dev:
# ENV_FILE: ci/deps/azure-37-numpydev.yaml
# CONDA_PY: "37"
# PATTERN: "not slow and not network"
# TEST_ARGS: "-W error"
# PANDAS_TESTING_MODE: "deprecate"
# EXTRA_APT: "xsel"

steps:
- script: |
Expand Down

0 comments on commit 2721f6c

Please sign in to comment.