Kimyen Ladia

Results 4 comments of Kimyen Ladia

Thanks @kellrott for requesting this. We are tracking the development work here: https://sagebionetworks.jira.com/browse/SYNPY-765

Currently, you can download a table via the Synapse Python client by ```tableQuery("select * from ")```. For more information about using Table, please see: http://docs.synapse.org/articles/tables.html

I got the same problem. My tests are expected to be run in main thread. I'm exploring solution here. Would using `pytest-ordering` ensures that tests are run in main thread?...

@RonnyPfannschmidt , do you suggest any workaround for this problem? Or if there is a version of pytest-xdist that doesn't have this problem? Or which version of execnet has this...