summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-03-09 19:51:10 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2018-03-09 19:51:10 -0800
commitb578d2febfd35f80fcfa1ce1bdf18d44d21b1581 (patch)
tree5341acf84032ee89457b973d3c0fd24f332c4db4 /MANIFEST.in
parentb409472c271c0f803cfa8ecc83033e508f2ae429 (diff)
downloadpsutil-b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.tar.gz
Move tests out of package to top level directory (#1232)
Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7a92a4e5..c422be86 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -79,23 +79,6 @@ include psutil/arch/windows/security.c
include psutil/arch/windows/security.h
include psutil/arch/windows/services.c
include psutil/arch/windows/services.h
-include psutil/tests/README.rst
-include psutil/tests/__init__.py
-include psutil/tests/__main__.py
-include psutil/tests/test_aix.py
-include psutil/tests/test_bsd.py
-include psutil/tests/test_connections.py
-include psutil/tests/test_contracts.py
-include psutil/tests/test_linux.py
-include psutil/tests/test_memory_leaks.py
-include psutil/tests/test_misc.py
-include psutil/tests/test_osx.py
-include psutil/tests/test_posix.py
-include psutil/tests/test_process.py
-include psutil/tests/test_sunos.py
-include psutil/tests/test_system.py
-include psutil/tests/test_unicode.py
-include psutil/tests/test_windows.py
include scripts/battery.py
include scripts/cpu_distribution.py
include scripts/disk_usage.py
@@ -128,4 +111,21 @@ include scripts/top.py
include scripts/who.py
include scripts/winservices.py
include setup.py
+include tests/README.rst
+include tests/__init__.py
+include tests/__main__.py
+include tests/test_aix.py
+include tests/test_bsd.py
+include tests/test_connections.py
+include tests/test_contracts.py
+include tests/test_linux.py
+include tests/test_memory_leaks.py
+include tests/test_misc.py
+include tests/test_osx.py
+include tests/test_posix.py
+include tests/test_process.py
+include tests/test_sunos.py
+include tests/test_system.py
+include tests/test_unicode.py
+include tests/test_windows.py
include tox.ini