Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64a8ec3

Browse files
committed
TST: pin numpy back in 3.2.x tests
We did not backport the 1.19 compatibility fixes so the test suite warns which we treat as a failure.
1 parent 721f4f7 commit 64a8ec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)