pythonPackages.pytest-aiohttp: disable tests

This commit is contained in:
Robert Schütz 2018-02-02 15:44:44 +01:00
parent 65170e9404
commit cb8eb4d1b2

View File

@ -11,6 +11,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pytest aiohttp ];
# There are no tests
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/aio-libs/pytest-aiohttp/;
description = "Pytest plugin for aiohttp support";