Skip to content

Commit

Permalink
Test old CPython version without pickle5 installed
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Sep 7, 2022
1 parent efe1028 commit ffaac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest
pytest-cov
psutil
# To test on older Python versions
pickle5 >=0.0.11 ; python_version <= '3.7' and python_implementation == 'CPython'
pickle5 >=0.0.11 ; python_version == '3.7' and python_implementation == 'CPython'
# To be able to test tornado coroutines
tornado
# To be able to test numpy specific things
Expand Down

0 comments on commit ffaac42

Please sign in to comment.