pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.45k stars 1.18k forks source link

pytest plugins fail to load on pypy #705

Open jaraco opened 8 years ago

jaraco commented 8 years ago

While investigating using backports.unittest_mock in the unittest-mock branch, I discovered that on pypy (and pypy3), pytest seems not to find the pytest plugins.

pganssle commented 5 years ago

@jaraco Is this still an issue? It seems like we went a different way with this, and we're pretty much within spitting distance of dropping Python 2.7 support.

jaraco commented 4 years ago

I suspect it is still an issue, even with Python 2.7 dropped, as the issue affected pypy3. I have not looked into it.