Dan Crosta
Dan Crosta
Can you reproduce this consistently? If so, would you mind running the server in debug mode (`python server.py -d` will do the trick) and find out what the underlying exception...
Thanks for catching this! I use 2-clause BSD most often. I've clarified in setup.py and added `LICENSE`. Closed by 5b13398e74143e27f60b01c70404172a1f2ae947.
Rather than adding arguments to `map_reduce` we should use the args as they are on the `QuerySet` being map-reduced. This already happens for the query, but we should also support...
This sounds like you may not have `tox-docker` installed? The command line argument should be recognized as long as you're running a tox that has tox-docker...
What version of tox and tox-docker do you have?
~Interesting. I think that _shouldnt_ work, `requires` installs things into the virtualenv the tests run in, not the env tox itself runs in. You should install tox-docker in the same...