[rhinstaller/blivet/pulls/120 master] Run the test suite with both Python 2 and Python 3

mulkieran installerbot-noreply at redhat.com
Wed Jun 3 13:45:13 UTC 2015


The Makefile already has a PYTHON variable to distinguish between python versions. Is it possible to make the Makefile parameterized on the PYTHON version instead of having duplicate targets for each version? I noticed that you have a tests target that depends on tests for version 2 and tests for version 3, but it would seem nicer to do something like:
```
make PYTHON_VERSION=2 test
make PYTHON_VERSION=3 test
```
in test harness then have these duplicate targets in Makefile.

Unsetting ACK because this feels like an important question to address.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/120


More information about the anaconda-patches mailing list