In tox 3.4.0 _pcall()'s parameter testcommand has been renamed into is_test_command. The parameter can be removed from the call because it's setting the default value anyway. As a result the compatibility with tox 3.4.0 is restored and the compatibility with older versions is preserved.
In tox 3.4.0 _pcall()'s parameter
testcommand
has been renamed intois_test_command
. The parameter can be removed from the call because it's setting the default value anyway. As a result the compatibility with tox 3.4.0 is restored and the compatibility with older versions is preserved.