- 01 May, 2019 7 commits
-
-
Jason Madden authored
Make the CFFI backends work with non-embedded libev/libuv
-
Jason Madden authored
Fixes #1395
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Rework testrunner and tests to support resources and disabling network tests
-
- 30 Apr, 2019 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
Fixes #1349 and fixes #1402
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Deprecate the old EMBED vars in favor of GEVENTSETUP_EMBED. Refs #1402
-
Jason Madden authored
Also documented the extras, and added a simpler one.
-
- 29 Apr, 2019 8 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Produce a better environment string for USE_RESOURCES, and actually pass the right version to the environment variable so we're not just adding on.
-
Jason Madden authored
With the exception of the generic examples; those might need reviewed still. I found places to support the 'network' and 'subprocess' resources. The bundled tests use the network resource; interestingly, they don't use the subprocess resource.
-
Jason Madden authored
The testrunner now has an argument for resources, and sets those up based on that or the environment variable.
-
- 27 Apr, 2019 1 commit
-
-
Jason Madden authored
Using the standard library resource names. Currently this must be set with the environment variable GEVENTTEST_USE_RESOURCES (e.g., GEVENTTEST_USE_RESOURCES=all,-network to disable stdlib network tests). Still to do: - Documents and change note - Command line argument in testrunner - Enable from gevent tests
-
- 26 Apr, 2019 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
First part of fixing #1349: Allow test.support.is_resource_enabled to do its usual thing in monkey-patched tests (and eventually our own tests). By default, this will always return true, so nothing will be skipped. An eventual step is to add options to the testrunner to control which resources are available, analogous to what test.regrtest can do. Because we always spawn fresh subprocesses, we'll have to do this with environment variables and be sure we have the right setup code always invoked.
-
- 25 Apr, 2019 3 commits
-
-
Jason Madden authored
Tweak appveyor for now and add instructions to workaround pip 19.1
-
Jason Madden authored
[skip travis]
-
Jason Madden authored
-
- 24 Apr, 2019 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 23 Apr, 2019 3 commits
-
-
Jason Madden authored
The RTD pseudo-sidebar that we get now (injected from a script?) messes up the page layout. Remove it. [skip ci]
-
Jason Madden authored
Fix Sphinx 2.0 warnings.
-
Jason Madden authored
Inherit the default search.html template since ours was broken. Visibly it's pretty much the same, but this one works. Fix a CSS error that made the search boxes look really bad. Tested on 1.8 with Python 2.7 and 2.x with Python 3.7. Requires 1.8 [skip ci]
-
- 19 Apr, 2019 7 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
Update c-ares to 1.15
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Refactor the Travis build to make the matrix explicit and faster, simplify Python installs
-
Jason Madden authored
-