mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Replace deprecated py.test command with pytest
Co-Authored-By: sveitser <sveitser@gmail.com>
This commit is contained in:
parent
a554b1c71f
commit
47dd2b4c6e
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
py.test
|
||||
pytest
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user