Compatibility for IntEnum change in upcoming pytest 5.0

Related to pytest-dev/pytest#5420
This commit is contained in:
Bruno Oliveira
2019-06-14 11:18:14 -03:00
parent 407d6e16e2
commit fb40056950
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
Compatibility fix for upcoming pytest 5.0: ``session.exitstatus`` is now an ``IntEnum`` object.