Skip to content

Commit 314b9ba

Browse files
committed
Merge pull request pypa#773 from koobs/patch-1
Fix test command invocation causing ERROR
2 parents 23545ed + 1f13715 commit 314b9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PyTest(TestCommand):
1515

1616
def initialize_options(self):
1717
TestCommand.initialize_options(self)
18-
self.pytest_args = None
18+
self.pytest_args = []
1919

2020
def finalize_options(self):
2121
TestCommand.finalize_options(self)

0 commit comments

Comments
 (0)