fix a few issues with pytest-2.7 branch and bump version number

- importorskip: skip a test if we have a minversion but cannot parse
  version numbers due to pkg_resources not present
- make runner tests work with latest xdist
This commit is contained in:
holger krekel
2015-09-15 12:17:52 +02:00
parent f6506fa6ca
commit 16720b96b4
3 changed files with 13 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
#
__version__ = '2.7.2'
__version__ = '2.7.3'