mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
pythonPackages.pytest-aiohttp: disable tests
This commit is contained in:
parent
65170e9404
commit
cb8eb4d1b2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user