-
Notifications
You must be signed in to change notification settings - Fork 565
Error while running tests. SourcePackage is not translateable by ChainedTranslator(EggTranslator, SourceTranslator) #411
Comments
I'm confused - twitter/commons |
So, I was trying to determine, what it is these 3 versions
That causes ./pants test to fail with the above error message in twitter/commons |
Ah - my apologies, Somehow I read 9th as ... September? But its not even the 9th yet - so I guess I'm crazy. |
Please re-run on HEAD , 1st |
Here it is:
The log shows the error is caused while pex tries to package wheel. The error message about version 2.7.10 and macosx-10.10-x86_64 is misleading because, as I said, I could run tests against an older commit and they can package wheel -0.24.0 on the same system with same interpreter properly. |
Thank you, that error message is actually gold:
Note, I'll dig more later. |
Did you ever figure out what was going on here? |
On master
running the tests
$ ./pants test tests/python/twitter/common:all
gives me an error
If I go back to an old commit (this was the latest which succeeded for me)
and run the tests.
The test execution is successful.
The text was updated successfully, but these errors were encountered: