Skip to content

Commit e98d98e

Browse files
committed
Require pickle5 for CI testing
1 parent 72a6bc7 commit e98d98e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ flake8
33
pytest
44
pytest-cov
55
psutil
6+
# To test on older Python versions
7+
pickle5; python_version <= '3.7'
68
# To be able to test tornado coroutines
79
tornado
810
# To be able to test numpy specific things

0 commit comments

Comments
 (0)