-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements_for_test: reference requirements.txt, not requirements.in
the frozen contents of requirements.txt must be regarded as hard explicit requirements - referencing the flexible contents of the unfrozen requirements.in will likely result in us testing against different package versions as from those shipped re-freeze requirements_for_test.txt following this - in this particular case no different package versions were chosen, but other repos weren't so lucky
- Loading branch information
Showing
2 changed files
with
102 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-r requirements.in | ||
-r requirements.txt | ||
-r requirements_for_test_common.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters