Skip to content

Commit b10753d

Browse files
committed
docs: Add requirements.txt update rule for editable installs only
1 parent 205d012 commit b10753d

File tree

1 file changed

+1
-1
lines changed
  • .github/skills/copying-typespec-test-changes

1 file changed

+1
-1
lines changed

.github/skills/copying-typespec-test-changes/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Run this command for each Python file that was created or modified.
7878
- **Formatting**: Always run `python -m black <file> -l 120` on changed Python files
7979
- **Scope**: Only copy files from the `generator/test` folder, ignore other changes
8080
- **Verify**: After copying, the test files should be identical between repos (after formatting)
81-
- **DO NOT address unrelated differences**: If you encounter existing discrepancies between the two repositories (such as in `requirements.txt` or other configuration files), refrain from trying to eliminate those differences. Focus solely on copying the modified code from the typespec pull request, disregarding any pre-existing variations.
81+
- **requirements.txt**: When updating `requirements.txt` files, only update dependencies with the `-e XXX` pattern (editable installs). Do NOT modify other dependencies in the file.
8282

8383
## Example usage
8484

0 commit comments

Comments
 (0)