Skip to content

Commit 1cfa55b

Browse files
committed
Update instructions in CONTRIBUTING.md
1 parent 4a6754f commit 1cfa55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ We use [pytest](https://docs.pytest.org) to run our tests and
257257
[pytest-cov](https://pytest-cov.readthedocs.io) to compute coverage.
258258
259259
* While developing, periodically check that changes do not break anything. For fast checks, use
260-
`pytest -c dev_tools/conf/pytest.ini PATH`, where `PATH` is a directory or pytest file to test.
260+
`pytest -m "not slow" PATH`, where `PATH` is a directory or pytest file to test.
261261
262262
* After finishing a task, run `check/pytest` to test all of the OpenFermion code.
263263

0 commit comments

Comments
 (0)