Replace deprecated py.test command with pytest

Co-Authored-By: sveitser <sveitser@gmail.com>
This commit is contained in:
worldofpeace 2019-03-10 00:40:44 +08:00 committed by GitHub
parent a554b1c71f
commit 47dd2b4c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
checkPhase = ''
py.test
pytest
'';
meta = with stdenv.lib; {