From 5a0fc971ad3175cc4aafeecc9bcfb1c2a4bdb5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 29 Mar 2022 22:05:11 +0200 Subject: [PATCH] python39Packages.paramiko: add comment about pytest-relaxed --- pkgs/development/python-modules/paramiko/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/paramiko/default.nix b/pkgs/development/python-modules/paramiko/default.nix index aef257fcb4f..c5680c5c8a3 100644 --- a/pkgs/development/python-modules/paramiko/default.nix +++ b/pkgs/development/python-modules/paramiko/default.nix @@ -38,6 +38,8 @@ buildPythonPackage rec { # with python 3.9.6+, the deprecation warnings will fail the test suite # see: https://github.com/pyinvoke/invoke/issues/829 + # pytest-relaxed does not work with pytest 6 + # see: https://github.com/bitprophet/pytest-relaxed/issues/12 doCheck = false; disabledTestPaths = [