Jürgen Gmach

Results 128 comments of Jürgen Gmach

Fixed by #135 - once more - thanks so much! P.S.: I squashed all commits into one.

Thanks for this bug report. Could you please test whether this issue still exists on the current pre-release? ``` pip install tox --pre ``` or ``` pip install tox==4.0.0b2 ```

Thanks! Could you please create two new separate issues? Please include as much details about your terminal for the first issue, and a minimal reproducer for the second issue. P.S.:...

Looks like tomli never had support for Python 2.7. I am not sure what are the plans about that in the future. `tox4` will require Python 3.7 as a minimum,...

Thanks for creating this issue. While I certainly understand your motivation, this would be completely out of scope for this project's documentation. There are just too many possible ways to...

@niccokunzmann Go for it! Whenever you have some spare time.

Hi @felix-hilden - you could do us a favor and test this on `tox4` yourself. Just `pip install --pre tox` and then use the `tox4` binary instead of the `tox`...

Thank you! If you experience problems with color rendering, please create a new issue with some minimal steps to reproduce the problem. Other than that - the todo list for...

The current focus is on getting tox 4 ready for a final release. Just last week the final alpha was released. This feature was scheduled for 4.1. Once we get...

Full traceback... ``` $ tox4 -rvv -e py38 -c psycopg/tox.ini py38: 353 W remove tox env folder psycopg/.tox/4/py38 [tox/tox_env/api.py:292] py38: 371 I find interpreter for spec PythonSpec(implementation=CPython, major=3, minor=8) [virtualenv/discovery/builtin.py:62]...