Skip to content

Version 0.2.3

Compare
Choose a tag to compare
@benley benley released this 15 Sep 22:15
· 56 commits to master since this release

New features:

  • pex_pytest rule now generates fancy junit XML output for Bazel, with
    full python class names and per-test timing data.
  • Support for bazel 0.3.1

Bugfixes:

  • Embedding data files from external repositories into a pex_binary
    should actually work now.

Other changes:

  • Updated pytest from 2.9.2 to 3.0.2
  • Removed a few unnecessary native.bind targets
  • Initial wrapper bootstrapping is more reliable than before, and
    slightly faster.