fixed: it's test_suite, not tests_suite
This commit is contained in:
+1
-1
@@ -89,6 +89,6 @@ setup(
|
||||
include_package_data=True,
|
||||
license='Open Source',
|
||||
zip_safe=False,
|
||||
tests_suite='tests',
|
||||
test_suite='tests',
|
||||
setup_requires=["pytest-runner", 'setuptools_scm'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user