flake8 fixes

This commit is contained in:
Ronny Pfannschmidt
2015-08-18 08:45:18 +02:00
parent 1fde875c91
commit 8630c27c75
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
- new "--max-slave-restart" option that can be used to control maximum
number of times pytest-xdist can restart slaves due to crashes. Thanks to
Anatoly Bubenkov for the report and Bruno Oliveira for the PR.
- release as wheel
- "-n" option now can be set to "auto" for automatic detection of number

View File

@@ -1 +1,2 @@
__all__ = ['__version__']
from xdist._version import version as __version__