From 47dd2b4c6ec5717faeb9faddbf5d44fdb1876a5e Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sun, 10 Mar 2019 00:40:44 +0800 Subject: [PATCH] Replace deprecated py.test command with pytest Co-Authored-By: sveitser --- pkgs/development/python-modules/rfc3986/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/rfc3986/default.nix b/pkgs/development/python-modules/rfc3986/default.nix index 2b1d769ea0c..4ffb182626c 100644 --- a/pkgs/development/python-modules/rfc3986/default.nix +++ b/pkgs/development/python-modules/rfc3986/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { checkInputs = [ pytest ]; checkPhase = '' - py.test + pytest ''; meta = with stdenv.lib; {