Skip to content

Commit

Permalink
tests: skip toml vs. tomli test on 3.11+
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 26, 2022
1 parent ad2265d commit f5e7077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_projectbuilder.py
Expand Up @@ -576,6 +576,7 @@ def mock_tomli_not_available(mocker):
importlib.reload(build)


@pytest.mark.skipif(sys.version_info >= (3, 11), reason='No need to test old toml support on 3.11+')
def test_toml_instead_of_tomli(mocker, mock_tomli_not_available, tmp_dir, package_test_flit):
mocker.patch('pep517.wrappers.Pep517HookCaller', autospec=True)

Expand Down

0 comments on commit f5e7077

Please sign in to comment.