kurt grandis
kurt grandis
Hi, I've just created a branch to share work I had done enabling S3 support: https://github.com/kgrandis/ADL_LRS/tree/feature/s3 I haven't made a PR yet as I would prefer others test it further....
Interesting. It looks like something related to the way I approached py3ification, unicode, and getopt. I'll need to investigate further. That being said, I don't believe python setup.py nosetests ever...
I don't know too much about the Travis environment (or maybe tox?), but it doesn't look like those builds are actually running any tests at all, whereas if I run...
I think if you wanted to use nosetests.py proper, you would need something like `nosetests.py tests.py` to keep nose from running down into the tests subdir that contain known failures...
excellent. thanks for the legwork. I'll review and try to get this released this weekend.