Commit db68863b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

setup.py: not test_requires but tests_require.

even though there are install_requires and setup_requires...
parent 5aae92b1
......@@ -217,6 +217,6 @@ setup(name=name,
],
},
test_suite='slapos.test',
test_requires=[ 'jsonschema' ],
tests_require=[ 'jsonschema' ],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment