Skip to content

Commit 2747a9e

Browse files
committed
compatible with Python 2.7 (print_function)
1 parent 50f1285 commit 2747a9e

File tree

1 file changed

+1
-0
lines changed
  • pytest_github_actions_annotate_failures

1 file changed

+1
-0
lines changed

pytest_github_actions_annotate_failures/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import print_function
12
import os
23

34
def pytest_runtest_logreport(report):

0 commit comments

Comments
 (0)