diff options
| author | Alexandre Yang <alexandre.yang@datadoghq.com> | 2020-09-10 16:50:50 +0200 |
|---|---|---|
| committer | Alexandre Yang <alexandre.yang@datadoghq.com> | 2020-09-10 16:50:50 +0200 |
| commit | 8feacc297cc295edfb828a3b95898cce5abe4c66 (patch) | |
| tree | 6fbb80b60b38a47b71f80eb8503e8a67b7f0b518 /tests/integration | |
| parent | 24efea1e6cb5247f696e072c8ff40c350b425ce0 (diff) | |
| download | isort-8feacc297cc295edfb828a3b95898cce5abe4c66.tar.gz | |
remove skip tests
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/test_projects_using_isort.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py index 417a6c72..1b877fda 100644 --- a/tests/integration/test_projects_using_isort.py +++ b/tests/integration/test_projects_using_isort.py @@ -184,4 +184,4 @@ def test_datadog_integrations_core(tmpdir): ] ) - main(["--check-only", "--diff", str(tmpdir), "--skip", "tests"]) + main(["--check-only", "--diff", str(tmpdir)]) |
