summaryrefslogtreecommitdiff
path: root/testing/test_mark.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_mark.py')
-rw-r--r--testing/test_mark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_mark.py b/testing/test_mark.py
index 1f50045c5..e32bcc395 100644
--- a/testing/test_mark.py
+++ b/testing/test_mark.py
@@ -189,7 +189,7 @@ def test_ini_markers(testdir):
"""
def test_markers(pytestconfig):
markers = pytestconfig.getini("markers")
- print (markers)
+ print(markers)
assert len(markers) >= 2
assert markers[0].startswith("a1:")
assert markers[1].startswith("a2:")