bonfire: use pytest_3

Otherwise, tests fail with
> Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead.
This commit is contained in:
Robert Schütz 2019-03-18 16:56:54 +01:00
parent 1222e289b5
commit 8f115c02a5

View File

@ -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 ];