Skip to content

Commit d3f651b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a2e3913 commit d3f651b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_io.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,7 @@ def test_open_failures():
427427
@pytest.mark.skipif(
428428
"CIBW" in os.environ,
429429
reason=(
430-
"does not work in cibuildwheel, "
431-
"although it works in a manually set-up docker"
430+
"does not work in cibuildwheel, although it works in a manually set-up docker"
432431
),
433432
)
434433
def test_open_on_readonly_file():

0 commit comments

Comments
 (0)