pre-commit
This commit is contained in:
parent
103d6146b0
commit
8b3b10b14b
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue