Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73f6ac0

Browse files
authored
Merge pull request#17863 from meeseeksmachine/auto-backport-of-pr-17862-on-v3.2.x
Backport PR#17862 on branch v3.2.x (CI: Install, or upgrade, Python 3 on homebrew.)
2 parents516c810 +64a8ec3 commit73f6ac0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ before_install: |
115115
ci/silence brew update
116116
brew uninstall numpy gdal postgis
117117
brew unlink python@2
118-
brew upgrade python
118+
brewinstall python || brewupgrade python
119119
brew install ffmpeg imagemagick mplayer ccache
120120
hash -r
121121
which python

‎requirements/testing/travis_all.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
coverage
44
cycler
5-
numpy
5+
# don't forward port this, 3.2.x warns with np 1.19 and up
6+
numpy<1.19
67
pillow
78
pyparsing
89
pytest!=4.6.0,!=5.3.3,!=5.4.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp