We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7b044 commit c1474fdCopy full SHA for c1474fd
tests/test_utils.py
@@ -810,7 +810,9 @@ def test_select_config_file_prefers_pip_tools_toml_over_pyproject_toml(tmpdir_cw
810
assert select_config_file(()) == pip_tools_file
811
812
813
-def test_select_config_file_with_config_file_in_different_directory(tmpdir_cwd, make_config_file):
+def test_select_config_file_with_config_file_in_different_directory(
814
+ tmpdir_cwd, make_config_file
815
+):
816
config_file = make_config_file("dry-run", True, ".pip-tools.toml")
817
818
(tmpdir_cwd / "subdir").mkdir()
0 commit comments