Skip to content

Commit e353e8a

Browse files
Restoring bf4 in travis deps, as it's required, and fixing the to_clipboard doctests problems by skipping it
1 parent ee01df4 commit e353e8a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
ci/code_checks.sh doctests
9292
displayName: 'Running doctests'
9393
condition: true
94-
env:
95-
DISPLAY: ":99.0" # required by to_clipboard doctests
9694
9795
- script: |
9896
export PATH=$HOME/miniconda3/bin:$PATH

ci/code_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
185185

186186
MSG='Doctests generic.py' ; echo $MSG
187187
pytest -v --doctest-modules pandas/core/generic.py \
188-
-k"-_set_axis_name -_xs -describe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -to_json -transpose -values -xs"
188+
-k"-_set_axis_name -_xs -describe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -to_json -transpose -values -xs -to_clipboard"
189189
RET=$(($RET + $?)) ; echo $MSG "DONE"
190190

191191
MSG='Doctests top-level reshaping functions' ; echo $MSG

ci/deps/travis-36.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6+
- beautifulsoup4
67
- cython>=0.28.2
78
- dask
89
- fastparquet

0 commit comments

Comments
 (0)