Skip to content

Commit fa44dc9

Browse files
committed
pytest-codeblocks removed
1 parent 17bb2db commit fa44dc9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_readme.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tests/test_readme.py
2-
import re
32
import pathlib
3+
import re
44
import subprocess
55
import sys
66

@@ -31,6 +31,5 @@ def test_readme_runs():
3131
)
3232

3333
stdout = result.stdout
34-
stderr = result.stderr
3534

3635
assert stdout.strip() == expected.strip()

0 commit comments

Comments
 (0)