Skip to content
Snippets Groups Projects
Commit aba92601 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5234 from soltanmm/testfix

Fix Python unit tests
parents 10a4cc74 603b0768
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.
Finish editing this message first!
Please register or to comment