Our tests are failing in some places due to this e...
# general
e
Our tests are failing in some places due to this error, any way around this?
Copy code
Exception message: Package SourcePackage('file:///mnt/workspace/.pants.d/python-setup/resolved_requirements/CPython-2.7.17/watchdog-1.0.2.tar.gz') is not translateable by ChainedTranslator(WheelTranslator, EggTranslator, SourceTranslator)
h
Hey Adam! Hm..what Pants version is this? Is watchdog one of your dependencies?
e
nope
pants_version: 1.23.0
w
i don’t think that pants has ever depended on something called
watchdog
… is it maybe a dep of one of your plugins…?
e
must be
I thought it had something to do with
watchman
which is downloaded right around the same time
ok I think I found the issue, please disregard
💯 1
thanks
h
yay! mind sharing what it was?
e
it was a bad diff that hadn’t been rebased
👍 1
I think the issue was the tests were trying to use py2.7 while the main sources were on 3.7