Skip to content

Commit

Permalink
test-requirements.txt: Use custom pytest-reqs
Browse files Browse the repository at this point in the history
pytest-reqs has problems with VCS requirements and versions.
The simplest solution at the moment is to skip these requirements.

Related to coala/meta#123
  • Loading branch information
jayvdb committed Jul 19, 2018
1 parent 7824c9a commit ce6a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytest-instafail~=0.3.0
pytest-mock~=1.1
pytest-profiling~=1.3.0
pytest-reorder~=0.1.0
pytest-reqs~=0.0.6
git+https://github.com/jayvdb/pytest-reqs@skip-vcs-reqs#egg=pytest-reqs
pytest-timeout~=1.3.0
pytest-travis-fold~=1.3.0
pytest-xdist~=1.15
Expand Down

0 comments on commit ce6a309

Please sign in to comment.