From 60c3c43bb2e4509d8a1d9f857c3b5842b1c8cbc4 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:24:23 +0200 Subject: [PATCH] pytest-cov for dev installs only --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7863a08..5e56a02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -123,7 +123,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" name = "coverage" version = "6.5.0" description = "Code coverage measurement for Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -440,7 +440,7 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy name = "pytest-cov" version = "4.0.0" description = "Pytest plugin for measuring coverage." -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -661,7 +661,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f5da808ce82a953926e4c03519c3e02cc6195b6992d8d01e96fb107f1181701c" +content-hash = "20e6121bf50219c8ffafda6d4e77688006e2c6ba29cb22803a14083954b28aa0" [metadata.files] anyio = [ diff --git a/pyproject.toml b/pyproject.toml index 9409d71..d96b757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ bitstring = "^3.1.9" secp256k1 = "^0.14.0" sqlalchemy-aio = "^0.17.0" python-bitcoinlib = "^0.11.2" -pytest-cov = "^4.0.0" [tool.poetry.dev-dependencies] black = {version = "^22.8.0", allow-prereleases = true} @@ -32,6 +31,7 @@ isort = "^5.10.1" mypy = "^0.971" black = {version = "^22.8.0", allow-prereleases = true} isort = "^5.10.1" +pytest-cov = "^4.0.0" [build-system] requires = ["poetry-core>=1.0.0"]