buku: test & completions revision

This commit is contained in:
Silvan Mosberger 2017-06-29 20:38:14 +02:00
parent fb62250664
commit bc81760a92

View File

@ -11,7 +11,7 @@ with pythonPackages; buildPythonApplication rec {
sha256 = "1a33x3197vi5s8rq5fvhy021jdlsc8ww8zc4kysss6r9mvdlk7ax"; sha256 = "1a33x3197vi5s8rq5fvhy021jdlsc8ww8zc4kysss6r9mvdlk7ax";
}; };
buildInputs = [ nativeBuildInputs = [
pytestcov pytestcov
pytest-catchlog pytest-catchlog
hypothesis hypothesis
@ -29,7 +29,7 @@ with pythonPackages; buildPythonApplication rec {
# Fixes two tests for wrong encoding # Fixes two tests for wrong encoding
export PYTHONIOENCODING=utf-8 export PYTHONIOENCODING=utf-8
# https://github.com/jarun/Buku/pull/167 # Should be upstream, see https://github.com/jarun/Buku/pull/167
substituteInPlace setup.py \ substituteInPlace setup.py \
--replace "hypothesis==3.7.0" "hypothesis>=3.7.0" --replace "hypothesis==3.7.0" "hypothesis>=3.7.0"