[07:14:10] <nanonyme> jaraco, right, I was more meaning in general though. Like --no-binary=:all means wheels *except* when universal wheels are not available, then it's sdists
[07:14:57] <nanonyme> It's a tiny little corner-case
[17:25:03] <adiroiban> AttributeError: 'NoneType' object has no attribute 'excluded_of'
[17:25:35] <adiroiban> so even if the deps were broken... I think that pip should exit with a different type of error
[17:27:23] <mcepl> I have a question related to now deprecated command setup.py test … with it my tests for M2Crypto run just fine, but if I try with -munittest discover -v or with pytest neither of those can find binary module. https://bpa.st/FEQQ
[17:28:13] <mcepl> Apparently setup.py test does some magic, which I am not able to reproduce without it. Notice on the top of the paste that *.so* file is present in $PYTHONPATH directory.
[17:37:38] <mcepl> (with setup.py test it obviously works without a problem https://is.gd/Kxz5WR )