mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
parent
e7bd48fa5e
commit
a78b713d88
2
setup.py
2
setup.py
|
@ -680,7 +680,7 @@ setup(
|
|||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
scripts=glob.glob("Scripts/pil*.py"),
|
||||
test_suite='test.helper.TestSuite',
|
||||
test_suite='PIL.tests',
|
||||
keywords=["Imaging",],
|
||||
license='Standard PIL License',
|
||||
zip_safe=True,
|
||||
|
|
|
@ -308,6 +308,3 @@ def lena(mode="RGB", cache={}):
|
|||
#
|
||||
#
|
||||
# _setup()
|
||||
|
||||
TestLoader = unittest.TestLoader()
|
||||
TestSuite = TestLoader.discover(start_dir='.')
|
||||
|
|
Loading…
Reference in New Issue
Block a user