HomeAssistantRepository/dev-python/isort/files/isort-5.5.2-notest.patch

18 lines
336 B
Diff

diff --git a/setup.py b/setup.py
index eef9a4b..fac99be 100644
--- a/setup.py
+++ b/setup.py
@@ -6,11 +6,7 @@ packages = \
'isort._future',
'isort._vendored.toml',
'isort.deprecated',
- 'isort.stdlibs',
- 'tests',
- 'tests.integration',
- 'tests.unit',
- 'tests.unit.profiles']
+ 'isort.stdlibs']
package_data = \
{'': ['*']}