Advice for debugging issues with data files not being installed #2432
-
I have a weird issue where data files for my package are not being installed in the tox environment in CI. When I run tox locally in my container, everything is installed properly, but on the CI server using the same docker container, they aren't. I'm pretty stumped as all package versions, virtualenv, tox, and pip are the same for all tox environments in the CI container and my local copy of the same container. Any ideas? I'm not quite sure how to debug this further at this point. I haven't seen anything that leads me to believe this is a Tox issue, but I'm not exactly sure where else to look to figure out what's going on. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have to turn on verbose mode for tox, virtualenv, pip, setuptools and try to figure out what's happening from those. Yeah |
Beta Was this translation helpful? Give feedback.
You have to turn on verbose mode for tox, virtualenv, pip, setuptools and try to figure out what's happening from those. Yeah