summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-aiohttp
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-aiohttp')
-rw-r--r--pkgs/development/python-modules/pytest-aiohttp/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-aiohttp/default.nix b/pkgs/development/python-modules/pytest-aiohttp/default.nix
index afdc085aa9f5..7f707ebc46b6 100644
--- a/pkgs/development/python-modules/pytest-aiohttp/default.nix
+++ b/pkgs/development/python-modules/pytest-aiohttp/default.nix
@@ -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";