fix issue582: fix setuptools example, thanks Laszlo Papp and Ronny
Pfannschmidt.
This commit is contained in:
parent
b14b9515a5
commit
09a44f4cac
|
@ -1,3 +1,10 @@
|
|||
NEXT
|
||||
-----------
|
||||
|
||||
- fix issue582: fix setuptools example, thanks Laszlo Papp and Ronny
|
||||
Pfannschmidt.
|
||||
|
||||
|
||||
2.6.2
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#
|
||||
__version__ = '2.6.2'
|
||||
__version__ = '2.6.3.dev'
|
||||
|
|
|
@ -233,7 +233,7 @@ get started with setuptools integration::
|
|||
|
||||
def initialize_options(self):
|
||||
TestCommand.initialize_options(self)
|
||||
self.pytest_args = None
|
||||
self.pytest_args = []
|
||||
|
||||
def finalize_options(self):
|
||||
TestCommand.finalize_options(self)
|
||||
|
|
Loading…
Reference in New Issue