8000 Merge pull request #14506 from charris/update-pytest-1.17.x · numpy/numpy@e75e878 · GitHub
[go: up one dir, main page]

Skip to content

Commit e75e878

Browse files
authored
Merge pull request #14506 from charris/update-pytest-1.17.x
MAINT: Update pytest version for Python 3.8
2 parents 597fc07 + 3f91260 commit e75e878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis-before-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ fi
3636

3737

3838
pip install --upgrade pip setuptools
39-
pip install pytz cython pytest==5.0.1
39+
pip install pytz cython pytest==5.1.2
4040
if [ -n "$USE_ASV" ]; then pip install asv; fi
4141
popd

0 commit comments

Comments
 (0)
0