James Andrew

Results 2 comments of James Andrew

Thanks for getting back to me, and providing some suggestions for looking into this. I've since run some more tests corresponding to your suggestions. The topology for tests 1 &...

The same is true for Python packages with conditional dependencies defined in their setup.py. E.g. https://github.com/python-hyper/hyper/blob/development/setup.py#L97 defines the following, and component-detection outputs cryptography 0.9.3 ```python ':platform_python_implementation == "PyPy" and python_full_version...