Skip to content

Instantly share code, notes, and snippets.

@nicoddemus
Last active December 22, 2015 22:19
Show Gist options
  • Save nicoddemus/e2e1dda5740dce17b029 to your computer and use it in GitHub Desktop.
Save nicoddemus/e2e1dda5740dce17b029 to your computer and use it in GitHub Desktop.
pytest changelog sample

2.9.0.dev

  • New pytest.mark.skip mark, which unconditional skips marked tests. Thanks @MichaelAquilina for the complete PR (#1040).
  • Fix #680: the -s and -c options should now work under xdist; Config.fromdictargs now represents its input much more faithfully. Thanks to @bukzor for the complete PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment