ci: Install coverage[toml] in bleeding-edge deps
needed because pytest-cov requires coverage[toml]
This commit is contained in:
parent
50e884b556
commit
32e4bcbf46
|
|
@ -2,7 +2,7 @@
|
|||
# bzr+lp:beautifulsoup
|
||||
beautifulsoup4
|
||||
git+https://github.com/cherrypy/cheroot.git
|
||||
git+https://github.com/nedbat/coveragepy.git
|
||||
git+https://github.com/nedbat/coveragepy.git#egg=coverage[toml]
|
||||
git+https://github.com/pallets/flask.git
|
||||
git+https://github.com/pallets/werkzeug.git # transitive dep, but needed to work
|
||||
git+https://github.com/HypothesisWorks/hypothesis.git#subdirectory=hypothesis-python
|
||||
|
|
|
|||
Loading…
Reference in New Issue