Skip to content

Commit 38f6ab9

Browse files
Update CONTRIBUTING.md
Co-authored-by: Noah Stapp <[email protected]>
1 parent 49b0b40 commit 38f6ab9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,7 @@ test differences between PyMongo's tests and the specification.
456456
To be clear, changes listed in these patch files will be *undone* by the script, and thus won't
457457
be added to pymongo.
458458

459-
In the case that a new test is added to the spec repo (i.e., a whole new file or folder in the spec repo),
460-
and the associated work isn't implemented yet, we will add the test's path to
461-
`.evergreen/remove-unimplemented-tests.sh` along with a comment indicating the associated PYTHON ticket.
459+
When a new test file or folder is added to the spec repo before the associated code changes are implemented, that test's path must be added to `.evergreen/remove-unimplemented-tests.sh` along with a comment indicating the associated PYTHON ticket for those changes.
462460

463461
Any PR that implements a PYTHON ticket documented in a patch file or within `.evergreen/remove-unimplemented-tests.sh` must also remove the associated patch file or entry in `remove-unimplemented-tests.sh`.
464462

0 commit comments

Comments
 (0)