We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86aaca7 commit 29ba909Copy full SHA for 29ba909
setup.py
@@ -70,7 +70,7 @@ def read(fname):
70
license_file="LICENSE",
71
keywords="python java marshalling serialization",
72
packages=["javaobj", "javaobj.v1", "javaobj.v2"],
73
- test_suite="tests.tests",
+ test_suite="tests.test_v1",
74
install_requires=[
75
'enum34;python_version<="3.4"',
76
'typing;python_version<="3.4"',
0 commit comments