Skip to content
Snippets Groups Projects
Commit 603b0768 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Fix Python unit tests

parent ae33720b
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,7 @@ setup_arguments = { ...@@ -232,6 +232,7 @@ setup_arguments = {
'setup_requires': SETUP_REQUIRES, 'setup_requires': SETUP_REQUIRES,
'cmdclass': COMMAND_CLASS, 'cmdclass': COMMAND_CLASS,
'tests_require': TESTS_REQUIRE, 'tests_require': TESTS_REQUIRE,
'test_suite': TEST_SUITE,
'test_loader': TEST_LOADER, 'test_loader': TEST_LOADER,
'test_runner': TEST_RUNNER, 'test_runner': TEST_RUNNER,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment