pre-commit

This commit is contained in:
Ronny Pfannschmidt 2019-06-15 17:41:13 +02:00
parent 103d6146b0
commit 8b3b10b14b
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@
The team doesn't expect this change to break test suites or plugins in general, except in esoteric/specific scenarios. The team doesn't expect this change to break test suites or plugins in general, except in esoteric/specific scenarios.
**pytest-xdist** users should upgrade to ``1.29.0`` or later, as ``pytest-xdist`` required a compatibility fix because of this change. **pytest-xdist** users should upgrade to ``1.29.0`` or later, as ``pytest-xdist`` required a compatibility fix because of this change.

View File

@ -25,6 +25,7 @@ class ExitCode(enum.IntEnum):
encodes the valid exit codes of pytest encodes the valid exit codes of pytest
currently users may still supply other exit codes as well currently users may still supply other exit codes as well
""" """
#: tests passed #: tests passed
OK = 0 OK = 0
#: tests failed #: tests failed