Skip to content

Commit

Permalink
Pipfile add pluggy
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 4, 2023
1 parent 66b92ca commit 177417d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ tabulate = "==0.9.0"
attrs = "*"
codecov = "*"
coveralls = "*"
# Issue #23
# explicitly include `exceptiongroup` else error during Travis CI
# ModuleNotFoundError: No module named 'exceptiongroup'
# See Issue #23
exceptiongroup = "*"
mypy = "*"
pip-run = "*"
pipenv = "*"
pytest = "*"
pytest-cov = "*"
pytest-dependency = "*"
# `pluggy` is required by `pytest`, but not installed in CircleCI run of pytest
pluggy = "*"
pyyaml = ">=4.2b1"
setuptools = "*"
twine = "*"
Expand Down
3 changes: 2 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 177417d

Please sign in to comment.