fixed: it's test_suite, not tests_suite

This commit is contained in:
Arne Morten Kvarving
2020-04-21 09:24:41 +02:00
parent 89503cd4d9
commit 0656b4bf17
+1 -1
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'],
)