Matti Picus
Matti Picus
Wow, thanks! What will happen the next time it runs, will it recreate the repo all over again or will it only pick up the changes?
The PR workflow needs approval to run
It seems something is off with all the windows runs. Any ideas?
Rebased off master to pull in the fixes for windows. The CI run needs approval to start.
I needed to add `--durations=0` to actually get the test durations output. Duh. In any case, this seems to work: downloading the artifact, unzippping it, and uploading the files to...
Could you trigger the CI when you get a chance?
This is working, there was an issue in the viewer which is on its way to being fixed. Although I am not sure currently of the added value over looking...
> as far as i can tell setuptools_scm warning output lands on the stdout instead of the stderr, this could indicate a pypy bug A small reproducer would be helpful
There is an [error when running tox](https://github.com/pytest-dev/pytest-html/runs/4841549112?check_suite_focus=true#step:7:11) deep inside pytest (this one is from the Ubuntu run). Why should that be on stdout? ``` python -m tox -e pypy3-cov shell:...
I tried to reproduce locally, following the commands in the runner log (from Ubuntu) ``` cd /tmp wget https://downloads.python.org/pypy/pypy3.8-v7.3.7-linux64.tar.bz2 tar -xf pypy3.8-v7.3.7-linux64.tar.bz2 pypy3.8-v7.3.7-linux64/bin/python -m ensurepip pypy3.8-v7.3.7-linux64/bin/python -m pip install --upgrade...