Changes between Initial Version and Version 2 of Ticket #29367
- Timestamp:
- Mar 21, 2020, 10:44:54 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29367
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
- Property Cc jhpalmieri dimpase gh-mwageringel added
-
Property
Dependencies
changed from
to
#29104
-
Property
Branch
changed from
to
u/mkoeppe/tox_ini__add_tests_for_python2
-
Property
Commit
changed from
to
a33b72a011c34215aabe4b792dd91c14fb8f09ed
-
Property
Status
changed from
-
Ticket #29367 – Description
initial v2 1 These tests can be run by adding `-python2` to the tox environment, 2 such as 3 {{{ 4 tox -e local-homebrew-macos-standard-python2 5 tox -e docker-ubuntu-bionic-standard-python2 6 }}} 7 8 Additionally, now `local` environments (introduced in #29104 for homebrew) respect the environment variable `EXTRA_CONFIGURE_ARGS` that was already available for `docker` environments. 9