From 0797536602b8f23bb32630ca02f75d58a29849ef Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Fri, 20 Dec 2019 09:32:08 -0800 Subject: [PATCH] pythonPackages.natsort: ignore impure tests --- pkgs/development/python-modules/natsort/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/natsort/default.nix b/pkgs/development/python-modules/natsort/default.nix index 650d04c6487..8bdfdb9d720 100644 --- a/pkgs/development/python-modules/natsort/default.nix +++ b/pkgs/development/python-modules/natsort/default.nix @@ -30,9 +30,10 @@ buildPythonPackage rec { }; # testing based on project's tox.ini + # natsort_keygen has pytest mock issues checkPhase = '' pytest --doctest-modules natsort - pytest + pytest --ignore=tests/test_natsort_keygen.py ''; meta = {