3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #34529 from dotlambda/pytest-aiohttp

pythonPackages.pytest-aiohttp: disable tests
This commit is contained in:
Frederik Rietdijk 2018-02-03 09:25:24 +00:00 committed by GitHub
commit 360e019550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";