From 8f115c02a5b1a2cc319c0f9dfe362bda3e58b669 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Mon, 18 Mar 2019 16:56:54 +0100 Subject: bonfire: use pytest_3 Otherwise, tests fail with > Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead. --- pkgs/tools/misc/bonfire/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/misc/bonfire/default.nix b/pkgs/tools/misc/bonfire/default.nix index b8e5e3de650..2bde876c68c 100644 --- a/pkgs/tools/misc/bonfire/default.nix +++ b/pkgs/tools/misc/bonfire/default.nix @@ -30,7 +30,7 @@ buildPythonApplication rec { --replace "data_files = *.rst, *.txt" "" ''; - buildInputs = [ httpretty pytest pytestcov ]; + buildInputs = [ httpretty pytest_3 pytestcov ]; propagatedBuildInputs = [ arrow click keyring parsedatetime requests six termcolor ]; -- cgit 1.4.1