Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
bonfire: use pytest_3
Browse files Browse the repository at this point in the history
Otherwise, tests fail with
> Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead.
  • Loading branch information
Robert Schütz committed Mar 18, 2019
1 parent 1222e28 commit 8f115c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/bonfire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 8f115c0

Please sign in to comment.