summary refs log tree commit diff
path: root/pkgs/tools/misc/bonfire
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-18 16:56:54 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-18 16:56:54 +0100
commit8f115c02a5b1a2cc319c0f9dfe362bda3e58b669 (patch)
tree9d1c38fb2926e18e5fe82d4f3e1cdd9a93275a57 /pkgs/tools/misc/bonfire
parent1222e289b5014d17884a8b1c99f220c5e3df0b14 (diff)
downloadnixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.tar
nixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.tar.gz
nixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.tar.bz2
nixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.tar.lz
nixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.tar.xz
nixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.tar.zst
nixpkgs-8f115c02a5b1a2cc319c0f9dfe362bda3e58b669.zip
bonfire: use pytest_3
Otherwise, tests fail with
> Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead.
Diffstat (limited to 'pkgs/tools/misc/bonfire')
-rw-r--r--pkgs/tools/misc/bonfire/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];