Remove pypy (2) environment from tox.ini
pypy refers to Pypy 2 which implements Python 2 which pytest does not support. Keep only pypy3.
This commit is contained in:
pypy refers to Pypy 2 which implements Python 2 which pytest does not support. Keep only pypy3.