mettre à niveau la version Pytest

pip install pytest --upgrade
# or
$ python -m pip install -U pytest
Trained Tuna