Skip to content

Commit 7e8cc2e

Browse files
authored
Merge pull request #220 from chainer/muupan-patch-1
Update the contribution guide to use pytest
2 parents 4ab024b + ea992b3 commit 7e8cc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you could kindly send a PR to ChainerRL, please make sure all the tests succe
1111

1212
## Testing
1313

14-
To test chainerrl modules, install `nose` and run `nosetests`. Pass `-a '!gpu'` to skip tests that require gpu.
14+
To test chainerrl modules, install and run `pytest`. Pass `-m "not gpu"` to skip tests that require gpu.
1515

1616
To test examples, run `test_examples.sh [gpu device id]`. `-1` would run examples with only cpu.
1717

0 commit comments

Comments
 (0)