We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfc9f61 + 2a99d82 commit 806d47bCopy full SHA for 806d47b
changelog/2691.trivial
@@ -0,0 +1 @@
1
+Fixed minor error in 'Good Practices/Manual Integration' code snippet.
doc/en/goodpractices.rst
@@ -267,7 +267,7 @@ your own setuptools Test command for invoking pytest.
267
268
def initialize_options(self):
269
TestCommand.initialize_options(self)
270
- self.pytest_args = []
+ self.pytest_args = ''
271
272
def run_tests(self):
273
import shlex
0 commit comments