Files
@ 98dd27958280
Branch filter:
Location: kallithea/dev_requirements.txt
98dd27958280
181 B
text/plain
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.
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.