Skip to content

Commit 02e802e

Browse files
committed
Change directory version for integration tests
1 parent 6090183 commit 02e802e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_setting_combinations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def _raise(*a):
977977
virtual_env="",
978978
conda_env="",
979979
ensure_newline_before_comments=False,
980-
directory="/home/abuild/rpmbuild/BUILD/isort-5.5.1",
980+
directory="/home/abuild/rpmbuild/BUILD/isort-6.0.0",
981981
profile="",
982982
honor_noqa=False,
983983
old_finders=False,
@@ -1842,7 +1842,7 @@ def test_isort_is_idempotent(config: isort.Config, disregard_skip: bool) -> None
18421842
virtual_env="",
18431843
conda_env="",
18441844
ensure_newline_before_comments=False,
1845-
directory="/home/abuild/rpmbuild/BUILD/isort-5.5.1",
1845+
directory="/home/abuild/rpmbuild/BUILD/isort-6.0.0",
18461846
profile="",
18471847
honor_noqa=False,
18481848
old_finders=False,

0 commit comments

Comments
 (0)