Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c242800

Browse files
committed
DOC: fix memleak test execution + note backend_driver is broken
1 parent 49c9904 commit c242800

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

doc/devel/release_guide.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,16 @@ tagged commit should be tested locally before it is uploaded::
3232
pytest -n 8 .
3333

3434

35-
In addition the following two tests should be run and manually inspected::
35+
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::
3642

37-
python unit/memleak_hawaii3.py
3843
pushd examples/tests/
39-
python backend_driver.py
44+
python backend_driver_sgskip.py
4045
popd
4146

4247

0 commit comments

Comments
 (0)