Skip to content

Commit

Permalink
constraining version of more-itertools due to pytest-dev/pytest#4770.…
Browse files Browse the repository at this point in the history
… latest version of pytest has fixed this pytest-dev/pytest#4774
  • Loading branch information
schandrika committed Feb 22, 2019
1 parent c6bfe14 commit d0ac000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optional_requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"--testing": {
"help": "Installs testing infrastructure dependencies",
"packages": ["pytest==3.6.4", "pytest-timeout", "mock", "websocket-client"]
"packages": ["more-itertools>=4.0.0,<6.0.0;python_version<=2.7","more-itertools>=4.0.0;python_version>2.7",
"pytest==3.6.4", "pytest-timeout", "mock", "websocket-client"]
},
"--crate": {
"help": "Installs requirements for crate databases",
Expand Down

0 comments on commit d0ac000

Please sign in to comment.