Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joelb123 committed Sep 2, 2020
1 parent 65aadd4 commit 95ca036
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install_with_constraints(session, *args, **kwargs):
@nox.session(python=["3.8"])
def tests(session):
"""Run tests with pytest and pytest-cov."""
args = session.posargs or ["--cov"]
args = session.posargs or ["--cov=pytest_datadir_mgr"]
session.run("poetry", "install", "--no-dev", external=True)
install_with_constraints(session, "coverage[toml]", "pytest", "pytest-cov")
session.run("pytest", *args)
Expand Down
27 changes: 16 additions & 11 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ requests_download = "^0.1.2"

[tool.poetry.dev-dependencies]
pytest-cov = "^2.8.1"
coverage = {extras = ["toml"], version = "^5.1"}
black = "^19.10b0"
isort = {extras = ["pyproject"], version = "^4.3.21"}
recommonmark = "^0.6.0"
Expand Down
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

0 comments on commit 95ca036

Please sign in to comment.