diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2023-01-21 16:44:37 -0800 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2023-01-21 16:44:37 -0800 |
| commit | bd78bea5d21c233bc2a0e31f01eae7b9a8979a5c (patch) | |
| tree | 02aa913fd23400a9324af180c6638fdeedeae475 /tests | |
| parent | c2e6ca5d60987c04f93b3e035123d738e532c4c0 (diff) | |
| download | isort-bd78bea5d21c233bc2a0e31f01eae7b9a8979a5c.tar.gz | |
Fix tmuxp integration test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration/test_projects_using_isort.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py index 5df99ccd..c3a9f6b4 100644 --- a/tests/integration/test_projects_using_isort.py +++ b/tests/integration/test_projects_using_isort.py @@ -65,6 +65,8 @@ def test_tmuxp(tmpdir): "test_cli.py", "--skip", "workspacebuilder.py", + "--skip", + "src/tmuxp/workspace/freezer.py" ] ) |
