Description: fix path to tests
 Upstream renamed the test entry point script, but forgot to change this.
Forwarded: https://github.com/tcalmant/python-javaobj/pull/57
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@
     license_file="LICENSE",
     keywords="python java marshalling serialization",
     packages=["javaobj", "javaobj.v1", "javaobj.v2"],
-    test_suite="tests.tests",
+    test_suite="tests.test_v1",
     install_requires=[
         'enum34;python_version<="3.4"',
         'typing;python_version<="3.4"',
