Skip to content

Commit

Permalink
tests: fix linenos for the gazillionth time
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Oct 29, 2021
1 parent 1d5b149 commit 307abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_env.py
Expand Up @@ -112,7 +112,7 @@ def test_isolated_env_log(mocker, caplog, package_test_flit):
('INFO', 'Installing build dependencies... (something)'),
]
if sys.version_info >= (3, 8): # stacklevel
assert [(record.lineno) for record in caplog.records] == [103, 209, 216, 218, 239]
assert [(record.lineno) for record in caplog.records] == [103, 204, 211, 213, 234]


@pytest.mark.isolated
Expand Down

0 comments on commit 307abd8

Please sign in to comment.