Skip to content
Snippets Groups Projects
  1. Nov 02, 2020
  2. Oct 30, 2020
  3. Oct 29, 2020
  4. Oct 28, 2020
  5. Oct 27, 2020
    • Dan Callahan's avatar
      Tell Black to format code for Python 3.5 (#8664) · aff1eb7c
      Dan Callahan authored
      
      This allows trailing commas in multi-line arg lists.
      
      Minor, but we might as well keep our formatting current with regard to
      our minimum supported Python version.
      
      Signed-off-by: default avatarDan Callahan <danc@element.io>
      aff1eb7c
    • Dan Callahan's avatar
      Minor updates to docs on how to run tests (#8666) · e90fad5c
      Dan Callahan authored
      
      The test runner isn't present in the `[all]` set of extras, so the
      previous instructions did not work without also installing `[test]`.
      
      Note that this does not include the `[lint]` extras, since those do not
      install on all supported Python versions (specifically, isort 5.x
      requires Python 3.6, while we still support 3.5). Instructions for that
      are included in our pull request template, so we should be fine there.
      
      I've also dropped the `--no-use-pep517` arg to `pip install` since it
      seems to have been added to address a temporary regression in pip 19.1
      which was fixed in pip 19.1.1 the following month.
      
      Lastly, updated the example output of the test suite to set more
      realistic expectations around run time.
      
      Signed-off-by: default avatarDan Callahan <danc@element.io>
      e90fad5c
    • Dan Callahan's avatar
      Note support for Python 3.9 (#8665) · 88e1d0c5
      Dan Callahan authored
      
      As expected, all tests pass locally without modification.
      
      Signed-off-by: default avatarDan Callahan <danc@element.io>
      88e1d0c5
Loading