Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 49c9904 commit c242800Copy full SHA for c242800
1 file changed
doc/devel/release_guide.rst
@@ -32,11 +32,16 @@ tagged commit should be tested locally before it is uploaded::
32
pytest -n 8 .
33
34
35
-In addition the following two tests should be run and manually inspected::
+In addition the following test should be run and manually inspected::
36
+
37
+ python unit/memleak.py agg agg.pdf
38
39
40
+In addition the following should be run and manually inspected, but
41
+is currently broken::
42
- python unit/memleak_hawaii3.py
43
pushd examples/tests/
- python backend_driver.py
44
+ python backend_driver_sgskip.py
45
popd
46
47
0 commit comments