Skip to content

Commit 4e66e39

Browse files
committed
Add pickle5 to the dev requirements
1 parent bc31070 commit 4e66e39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: dev-requirements.txt

+2
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 >=0.0.10 ; python_version >= '3.6' and 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)