We have no pytest-dependency packaged yet. --- codespell-2.3.0/codespell_lib/tests/test_dictionary.py.orig +++ codespell-2.3.0/codespell_lib/tests/test_dictionary.py @@ -293,7 +293,6 @@ @fname_params -@pytest.mark.dependency(name="dictionary loop") def test_dictionary_looping( fname: str, in_aspell: Tuple[bool, bool], @@ -363,7 +362,6 @@ global_err_dicts[short_fname] = this_err_dict -@pytest.mark.dependency(depends=["dictionary loop"]) def test_ran_all() -> None: """Test that all pairwise tests ran.""" for f1, _, _ in _fnames_in_aspell: --- codespell-2.3.0/pyproject.toml.orig +++ codespell-2.3.0/pyproject.toml @@ -37,7 +37,6 @@ "pre-commit", "pytest", "pytest-cov", - "pytest-dependency", "Pygments", "ruff", "tomli",