Skip to content

Commit daf54e7

Browse files
Cielquangraingert
andauthored
Added toml as extra (#410)
* added toml extra * Update AUTHORS.rst * Update CHANGELOG.rst * chain toml dependency to coverage's toml dependency Co-authored-by: Thomas Grainger <[email protected]> * move coverage's toml dependency from extras to install_requires * udpate changelog phrase Co-authored-by: Thomas Grainger <[email protected]>
1 parent c2dfa77 commit daf54e7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ Authors
4444
* Michał Górny - https://github.com/mgorny
4545
* Bernát Gábor - https://github.com/gaborbernat
4646
* Pamela McA'Nulty - https://github.com/PamelaM
47+
* Christian Riedel - https://github.com/Cielquan

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
5+
2.12.0 (2021-03-??)
6+
-------------------
7+
8+
* Added coverage's `toml` extra to install requirements in setup.py.
9+
Contributed by Christian Riedel in `#410 <https://github.com/pytest-dev/pytest-cov/pull/410>`_.
10+
411
2.11.1 (2021-01-20)
512
-------------------
613

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def run(self):
124124
],
125125
install_requires=[
126126
'pytest>=4.6',
127-
'coverage>=5.2.1'
127+
'coverage[toml]>=5.2.1'
128128
],
129129
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
130130
extras_require={

0 commit comments

Comments
 (0)