Skip to content

Commit 29ba909

Browse files
eighthavetcalmant
authored andcommitted
fix path to tests
6f361eb renamed _tests/tests.py_ but did not change the path in _setup.py_.
1 parent 86aaca7 commit 29ba909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def read(fname):
7070
license_file="LICENSE",
7171
keywords="python java marshalling serialization",
7272
packages=["javaobj", "javaobj.v1", "javaobj.v2"],
73-
test_suite="tests.tests",
73+
test_suite="tests.test_v1",
7474
install_requires=[
7575
'enum34;python_version<="3.4"',
7676
'typing;python_version<="3.4"',

0 commit comments

Comments
 (0)