- 08 Dec, 2020 1 commit
-
-
Jason Madden authored
Bumping its 'noisy' value up, while there were plenty of missing-reference events it got called for, it never actually printed the line that showed it resolved something.
-
- 04 Dec, 2020 2 commits
-
-
Jason Madden authored
Avoid printing a TypeError traceback on certain types of invalid client requests
-
Jason Madden authored
Specifically, those that contain a spurious % in the request line. Test this, explicitly asserting both the returned status code and that we don't print a traceback. Fixes #1708.
-
- 03 Dec, 2020 11 commits
-
-
Jason Madden authored
-
Jason Madden authored
It's very slow, and we don't test it under manylinux anyway.
-
Jason Madden authored
Remove references to Travis, and enable pypa/gh-action-pypi-publish to upload built wheels on tagged releases.
-
Jason Madden authored
More tweaks. It took at least 33 minutes to build gevent on arm/python35. Enable some output to try to figure out why.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
It doesn't exist, apparently. Also, we got an error configuring c-ares back on the 2010 image for some reason. Enable its copious output to try to track it down.
-
Jason Madden authored
Github Actions upgraded PyPy to 7.3.3 overnight so the tests broke. TODO: Need to specify exact versions in the GHA config.
-
Jason Madden authored
-
- 02 Dec, 2020 14 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 24 Nov, 2020 12 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
the action needs relative_files=true in coverage config, even though the coverage report itself gets it right without this. we can't submit on macOS because the coverage action uses a docker container. so don't bother to gather coverage data there either.
-
Jason Madden authored
-
https://github.com/AndreMiras/coveralls-python-actionJason Madden authored
per https://github.com/coverallsapp/github-action/issues/4#issuecomment-727600521 The PyPI CLI doesn't work. Python 2 with coveralls 1.11 just produces a 422 error. Python 3 with 2.2 produces an error on a retry after a 422. File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/coveralls/cli.py", line 85, in main result = coverallz.wear() File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/coveralls/api.py", line 225, in wear self.config['service_job_id'], random.randint(0, sys.maxsize)) KeyError: 'service_job_id'
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-