Add CPython import tests#1963
Conversation
|
Anyone has a mac machine and can help me debug this? Not sure why the tests get stuck... |
I have a Mac, but haven't tried setting up RustPython on it yet...will try that edit: @palaviv I got it set up relatively quickly (compared to the first time I tried), what do you need to test? |
|
@jamestwebber reverting this commit would result error 03cc8ee |
Well this probably isn't helpful but the test passed for me. I'm on this branch but commented out that line. However, the other tests aren't passing (failed to import |
|
I tested a bit and it seems generatedd relative path actually has problem even out of python.
when the upper directory I ran the test with this command: When running same test on CPython, the mkdir directory is something like Because this PR is not about |
|
@youknowone the test start hanging when I marked the test as skip. How can a test that does not run be a problem? |
|
I am sorry to be late. I checked out and run this PR, but didn't find any hanging point in local machine. |
|
probably this is not hanging but just hit the timeout |
No description provided.