Skip to content

Commit 143812e

Browse files
authored
Note on multi-thread testing
1 parent 30c4a76 commit 143812e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

wiki/Building_a_release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ Final commit(s)
8787
drevil:~biopython> python setup.py build
8888
drevil:~biopython> python setup.py test
8989
```
90-
Running the tests simultaneously is risky as two threads may both try to read/write to the same temp files.
90+
Running the tests simultaneously (e.g. with different versions of Python) is risky as
91+
two threads may both try to read/write to the same temp files.
9192

92-
9. Push this to gitub, all being well this commit will be tagged as the release
93+
10. Push this to gitub, all being well this commit will be tagged as the release
9394
(barring no problems uncovered while building the documentation, or
9495
with the manifest while testing the tar-ball):
9596

0 commit comments

Comments
 (0)