We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb3067 commit e09a969Copy full SHA for e09a969
.coveragerc
@@ -1,3 +1,2 @@
1
[run]
2
-parallel=True
3
source=pgcli
pyproject.toml
@@ -52,15 +52,13 @@ pgcli = "pgcli.main:cli"
52
keyring = ["keyring >= 12.2.0"]
53
sshtunnel = ["sshtunnel >= 0.4.0"]
54
dev = [
55
- # "build<0.10.0",
56
"behave>=1.2.4",
57
- "coverage>=5.0.4",
58
- "codecov>=1.5.1",
+ "coverage>=7.2.7",
59
"docutils>=0.13.1",
60
"keyrings.alt>=3.1",
61
- "pexpect==3.3; platform_system != 'Windows'",
62
- "pre-commit>=1.16.0",
63
- "pytest>=2.7.0",
+ "pexpect>=4.9.0; platform_system != 'Windows'",
+ "pytest>=7.4.4",
+ "pytest-cov>=4.1.0",
64
"ruff>=0.11.7",
65
"sshtunnel>=0.4.0",
66
"tox>=1.9.2",
0 commit comments