Skip to content

Commit 10fc3ae

Browse files
bad constraint
1 parent 241bbc7 commit 10fc3ae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Pipfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ pytest-cov = "*"
1919
pytest-timeout = "*"
2020
pytest-xdist = "*"
2121
requests = "*"
22-
dodgy = "*"
2322
psutil = "*"
2423
pebble = "*"
2524
python-dotenv = "*"
2625
gitpython = "*"
27-
liccheck = "*"
2826
wheel = "*"
2927
ifaddr = "*"
3028
mypy = "*"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ chardet = "*"
6565
docopt-ng = "*"
6666

6767
[tool.poetry.dev-dependencies]
68-
pytest = "=>6.0.1"
68+
pytest = ">=6.0.1"
6969
pytest-cov = ">=2.10.1"
7070
flake8 = "*"
7171
pylint = "*"

0 commit comments

Comments
 (0)