fix rebase artefacts
This commit is contained in:
parent
3e01de512a
commit
4ac06da2f4
|
@ -1,6 +1,5 @@
|
|||
import os
|
||||
import sys
|
||||
import warnings
|
||||
from pathlib import Path
|
||||
from typing import Dict
|
||||
from typing import Iterable
|
||||
|
@ -81,7 +80,7 @@ def _parse_cfg_file(path: Path) -> PARSE_RESULT:
|
|||
|
||||
|
||||
def _parse_pyproject_ini_options(
|
||||
path: Path,
|
||||
filepath: Path,
|
||||
) -> PARSE_RESULT:
|
||||
"""Load backward compatible ini options from pyproject.toml"""
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ class TestParseIni:
|
|||
@pytest.mark.parametrize(
|
||||
"section, name",
|
||||
[
|
||||
pytest.param("tool:pytest", "setup.cfg", marks=setup_cfg_nowarn),
|
||||
pytest.param("tool:pytest", "setup.cfg"),
|
||||
("pytest", "tox.ini"),
|
||||
("pytest", "pytest.ini"),
|
||||
("pytest", ".pytest.ini"),
|
||||
|
|
Loading…
Reference in New Issue