Skip to content

Commit 5530529

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ def pytest_sessionstart(session):
12731273
)
12741274

12751275
# No fallback.
1276-
result = pytester.runpytest('.')
1276+
result = pytester.runpytest(".")
12771277
assert result.ret == ExitCode.NO_TESTS_COLLECTED
12781278

12791279

0 commit comments

Comments
 (0)