Changeset - 98dd27958280
[Not reviewed]
default
0 1 0
Søren Løvborg - 9 years ago 2017-01-02 20:01:53
sorenl@unity3d.com
test: bump pytest minimum version

Recent test case changes broke compatibility with pytest < 3.0.

FYI, the ~= version spec is a shorthand (PEP 440) used here to select
"3.0 or any later 3.* release". We could probably use this more often.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
dev_requirements.txt
Show inline comments
 
pytest>=2.7.0,<4.0
 
pytest ~= 3.0
 
pytest-runner
 
pytest-sugar>=0.7.0
 
pytest-catchlog
0 comments (0 inline, 0 general)