From: Jeremy Stanley Date: Sat, 5 Jan 2019 17:20:58 +0000 (+0000) Subject: Support using tox-venv for testing X-Git-Tag: 0.0.1~37 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=9aee27b99aec3c1a79703f305d777d0e12596071;hp=9aee27b99aec3c1a79703f305d777d0e12596071 Support using tox-venv for testing The tox-venv plugin for tox leverages the venv module from the Python 3 standard library instead of relying on the third-party virtualenv project. Its environments differ in minor ways, however, so to accommodate that we adjust a couple of our tox testenvs. The dist testenv no longer assumes the wheel package will be installed, and expressly includes it as a dep. The docs testenv preinstalls mudpy into the environment so that we can be sure PBR generates the AUTHORS and ChangeLog files before Sphinx attempts to include them in any rendered documents. ---