We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231d613 commit 1d71955Copy full SHA for 1d71955
tests/console/commands/test_init.py
@@ -788,6 +788,7 @@ def test_add_package_with_extras_and_whitespace(tester: CommandTester):
788
assert "sqlite" in result[0]["extras"]
789
790
791
+@pytest.mark.xfail(sys.platform == "win32", reason="regression in tomlkit")
792
def test_init_existing_pyproject_simple(
793
tester: CommandTester,
794
source_dir: Path,
@@ -804,6 +805,7 @@ def test_init_existing_pyproject_simple(
804
805
assert f"{existing_section}\n{init_basic_toml}" in pyproject_file.read_text()
806
807
808
809
def test_init_non_interactive_existing_pyproject_add_dependency(
810
811
0 commit comments