test: Add py2py3-venv to combine two virtual environments into one
Add script that can be used to combine python2 venv and python3 venv into one environment where python2 refers to python interpreter with access to eggs from py2 environment and python3 refers to python interpreter with access to eggs from py3 environment. In the next patch we will use this script to combine py2/py3 venvs into one environment to run `python2 gen_testdata.py` and `python3 gen_testdata.py`. Though the script should be useful on its own to do any combined py2/py3 work or testing.
Showing
zodbtools/test/py2py3-venv
0 → 100755
-
mentioned in commit kirr/neo@613c489e
-
mentioned in commit kirr/neo@b53e8902
-
mentioned in commit kirr/neo@4e42fef9
-
mentioned in commit kirr/neo@c5b27ee8
-
mentioned in commit kirr/neo@e2f2721e
-
mentioned in commit kirr/neo@85db9c4f
-
mentioned in commit kirr/neo@952959aa
-
mentioned in commit kirr/neo@80958131
-
mentioned in commit kirr/neo@15401594
-
mentioned in commit kirr/neo@62ce629f
-
mentioned in commit kirr/neo@06534cb4
-
mentioned in commit kirr/neo@c9cb00cc
-
mentioned in commit kirr/neo@ede4b3bb
-
mentioned in commit kirr/neo@ed2b96ca
-
mentioned in commit kirr/neo@6841930a
-
mentioned in commit kirr/wendelin.core@76f7e270
Please register or sign in to comment