Changes between Version 22 and Version 23 of Python3


Ignore:
Timestamp:
2020-09-22T10:27:19Z (4 years ago)
Author:
chadwhitacre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v22 v23  
    13131. Install tox (globally, probably; consider [https://pipxproject.github.io/pipx/ pipx]).
    14142. In your Tahoe-LAFS working copy, run `tox -e py36 --notest` to bootstrap the `py36` virtualenv.
    15 3. Activate the environment with `source .tox/py36/bin/activate` or equivalent and run `trial allmydata.test.test_python3` as a smoke test.
    16 4. `deactivate` the virtualenv (or switch shells) and run `tox -e py36` to exercise the whole suite.
     153. Activate the environment with `source .tox/py36/bin/activate` or equivalent and wire up for local dev with `pip install -e .`
     164. Run `trial allmydata.test.test_python3` as a smoke test.
     175. `deactivate` the virtualenv (or switch shells) and run `tox -e py36` to exercise the whole suite.
    1718
    1819== How to choose a module to port ==