mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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:
parent
1222e289b5
commit
8f115c02a5
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue