python.pkgs.pytest-httpbin: disable tests

Tests are not included in the PyPI tarball.
This commit is contained in:
Robert Schütz 2018-06-29 19:41:08 +02:00
parent 27d17b1bac
commit 9ebfa7bede

View file

@ -28,6 +28,9 @@ buildPythonPackage rec {
py.test py.test
''; '';
# https://github.com/kevin1024/pytest-httpbin/pull/51
doCheck = false;
meta = { meta = {
description = "Easily test your HTTP library against a local copy of httpbin.org"; description = "Easily test your HTTP library against a local copy of httpbin.org";
homepage = https://github.com/kevin1024/pytest-httpbin; homepage = https://github.com/kevin1024/pytest-httpbin;