diff options
| author | staticdev <staticdev-support@protonmail.com> | 2022-12-12 12:59:08 +0100 |
|---|---|---|
| committer | staticdev <staticdev-support@protonmail.com> | 2022-12-12 12:59:08 +0100 |
| commit | 02e802ef9579864bf62669509e48fa9f8a7a8841 (patch) | |
| tree | f193a59e5fff2f07538f8026115571fa13491a60 /tests/integration | |
| parent | 6090183e502c87fd6adb67d814207ca51ae8ef1a (diff) | |
| download | isort-02e802ef9579864bf62669509e48fa9f8a7a8841.tar.gz | |
Change directory version for integration tests
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/test_setting_combinations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/test_setting_combinations.py b/tests/integration/test_setting_combinations.py index a230e15b..562c1a92 100644 --- a/tests/integration/test_setting_combinations.py +++ b/tests/integration/test_setting_combinations.py @@ -977,7 +977,7 @@ else: # 2.x virtual_env="", conda_env="", ensure_newline_before_comments=False, - directory="/home/abuild/rpmbuild/BUILD/isort-5.5.1", + directory="/home/abuild/rpmbuild/BUILD/isort-6.0.0", profile="", honor_noqa=False, old_finders=False, @@ -1842,7 +1842,7 @@ def test_isort_is_idempotent(config: isort.Config, disregard_skip: bool) -> None virtual_env="", conda_env="", ensure_newline_before_comments=False, - directory="/home/abuild/rpmbuild/BUILD/isort-5.5.1", + directory="/home/abuild/rpmbuild/BUILD/isort-6.0.0", profile="", honor_noqa=False, old_finders=False, |
