-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Originally reported by: ionelmc (Bitbucket: ionelmc, GitHub: ionelmc)
I got this minboggling failure on travis: https://travis-ci.org/ionelmc/pytest-benchmark/jobs/79025407
If I force 18.2 it works fine: https://travis-ci.org/ionelmc/pytest-benchmark/jobs/79030569
Doesn't looks like setuptools might cause that but the downgrade solves it. Any idea about what's going on?
AFAIK pip will use the correct working directory and that file should be there. Is there any sandbox code in setuptools that might affect this?
The setup.py is here: https://github.com/ionelmc/pytest-benchmark/blob/fb397cb5866eaa76d918e5741724a6b504a73eb3/setup.py
Reactions are currently unavailable