File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ wheels/
5454* .egg-info /
5555.installed.cfg
5656* .egg
57- pyproject .lock
57+ poetry .lock
5858
5959# PyInstaller
6060# Usually these files are written by a python script from a template
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ python = "^3.6"
4747dataclasses = { version = " *" , python = " ~3.6" }
4848
4949[tool .poetry .dev-dependencies ]
50- black = " *"
50+ black = { version = " *" , allows-prereleases = true }
5151flake8 = " *"
5252flake8-bugbear = " *"
5353isort = " *"
Original file line number Diff line number Diff line change @@ -41,15 +41,13 @@ deps =
4141[testenv:py36-tests]
4242commands =
4343 poetry install -v
44- poetry develop
4544 pytest -vv {posargs:tests/}
4645whitelist_externals =
4746 poetry
4847
4948[testenv:py37-tests]
5049commands =
5150 poetry install -v
52- poetry develop
5351 pytest --cov-report term --cov-report html --cov =pynats -vv {posargs:tests/}
5452whitelist_externals =
5553 poetry
You can’t perform that action at this time.
0 commit comments