Merge pull request #1727 from akva2/fix_test_suite

fixed: it's test_suite, not tests_suite
This commit is contained in:
Joakim Hove 2020-04-21 11:17:12 +02:00 committed by GitHub
commit f32f971bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],
)