<#17706 Multiple Pipfiles in one repo> Issue creat...
# github-notifications
q
#17706 Multiple Pipfiles in one repo Issue created by nikwotton Describe the bug I'm honestly not sure if this is a bug or if I'm being dumb - I'm new to trying out Pants and running into problems. I have a monorepo I want to start using Pants in but it isn't working. I boiled down my current problem to be as simple as possible. The gist is I have 2 packages - packageA and packageB. Each package has a simple test in it, a pipfile depending on pytest, and a pipfile.lock. This works fine. I can add dependencies to the pipfiles, and all is still well. As soon as I have the same dependency in both pipfiles though, running
./pants test ::
starts failing with ModuleNotFoundError's. Even if the version matches. As far as I can tell it doesn't matter what the dependency is - if it's in both pipfiles then commands start failing. Am I doing something wrong? I've tried pointing pants to '/' in [source] or at both packages directly - same results. I've tried searching through the Pants documentation site, troubleshooting steps, this repo's issues list, stackoverflow...I don't see others running into this issue. Really hoping someone here can help. If I can provide any additional information that may help please let me know Pants version 2.14.0 OS MacOS 12.6.1 pantsbuild/pants
u