Skip to content

Commit 262e869

Browse files
committed
Adjustments for poetry.
1 parent 52e042a commit 262e869

4 files changed

Lines changed: 10 additions & 59 deletions

File tree

poetry.lock

Lines changed: 8 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ python = ">=3.6,<3.7"
2929
[tool.poetry.dev-dependencies]
3030
# This (coveralls) is installed by .travis.yml. Should we depend on it here? -kmp 6-Mar-2020
3131
# "coveralls" = ">=1.11.1,<2"
32-
"pytest" = ">=5.2.2,<6"
33-
"pytest-cov" = ">=2.8.1,<3"
32+
"pytest" = ">=3.0.5,<4"
33+
"pytest-cov" = ">=2.3.1,<3"
3434
# pygments is only needed by PyCharm to render the README
3535
"pygments" = ">=2"
3636

0 commit comments

Comments
 (0)