Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added toml as extra #410

Merged
merged 7 commits into from Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -38,3 +38,4 @@ Authors
* Hugo van Kemenade - https://github.com/hugovk
* Michael Manganiello - https://github.com/adamantike
* Anders Hovmöller - https://github.com/boxed
* Christian Riedel - https://github.com/Cielquan
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

2.10.0 (2020-06-??)
-------------------
* Addded `toml` extra to setup.py.
Contributed by Christian Riedel in `#410 <https://github.com/pytest-dev/pytest-cov/pull/410>`_.

2.9.0 (2020-05-22)
------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -134,7 +134,8 @@ def run(self):
'six',
'pytest-xdist',
'virtualenv',
]
],
'toml': ['toml'],
Cielquan marked this conversation as resolved.
Show resolved Hide resolved
},
entry_points={
'pytest11': [
Expand Down