forked from coala/coala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements.txt: Remove testfixtures
testfixtures is moved to test-requirement.txt so that coala does not depend on specific versions of testing libraries which may conflict with versions coala users need installed for their own project. Fixes coala#5335
- Loading branch information
1 parent
bdd6442
commit 3dab90b
Showing
4 changed files
with
4 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% include 'test-requirements.txt.jj2' %} | ||
testfixtures~=5.3.1 |
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
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 |
---|---|---|
|
@@ -9,5 +9,4 @@ Pygments~=2.1 | |
PyPrint~=0.2.6 | ||
requests~=2.12 | ||
setuptools>=21.0.0 | ||
testfixtures~=5.3.1 | ||
unidiff~=0.5.2 |
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 |
---|---|---|
|
@@ -19,3 +19,4 @@ pytest-xdist~=1.15 | |
requests-mock~=1.2 | ||
pip!=9.0.2, !=10.0.* | ||
wheel~=0.29 | ||
testfixtures~=5.3.1 |