Skip to content

Commit

Permalink
requirements.txt: Remove testfixtures
Browse files Browse the repository at this point in the history
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
jayvdb authored and gitmate-bot committed Jul 16, 2018
1 parent bdd6442 commit 3dab90b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .moban.dt/core-test-requirements.txt.jj2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{% include 'test-requirements.txt.jj2' %}
testfixtures~=5.3.1
3 changes: 1 addition & 2 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies:
- PyPrint~=0.2.6
- requests~=2.12
- setuptools>=21.0.0
- testfixtures~=5.3.1
- unidiff~=0.5.2

gitignore_extra_rulesets:
Expand All @@ -54,7 +53,7 @@ targets:
- .gitignore: core-gitignore.jj2
- setup.py: core-setup.py.jj2
- requirements.txt: requirements.txt.jj2
- test-requirements.txt: test-requirements.txt.jj2
- test-requirements.txt: core-test-requirements.txt.jj2
- coalib/VERSION: VERSION.jj2
- runtime.txt: runtime.txt
- netlify.toml: docs/netlify.toml
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3dab90b

Please sign in to comment.