Skip to content

Commit 67f6aeb

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_pytest_randomly.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,9 @@ def fake_entry_points(*, group):
791791
entry_points.append(_FakeEntryPoint("test_seeder", reseed))
792792

793793
# Need to run in-process so that monkeypatching works
794-
pytester.runpytest_inprocess("--randomly-seed=1", "--randomly-use-same-seed-per-test")
794+
pytester.runpytest_inprocess(
795+
"--randomly-seed=1", "--randomly-use-same-seed-per-test"
796+
)
795797
assert reseed.mock_calls == [
796798
mock.call(1),
797799
mock.call(1),

0 commit comments

Comments
 (0)