Skip to content
Snippets Groups Projects
Commit 8d07bfed authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Feature: Remove test_suite and tests_require from setup.

Executing the tests is handled by the Makefile.
parent e72a9679
No related branches found
No related tags found
2 merge requests!10Update project information,!60.1.14
......@@ -55,9 +55,5 @@ setup(
author_email = 'pavel.kacha@cesnet.cz',
license = 'ISC',
py_modules = ['typedcols'],
test_suite = 'nose.collector',
tests_require = [
'nose'
],
zip_safe = True
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment