We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a4b64 commit c0f3f63Copy full SHA for c0f3f63
2 files changed
.github/workflows/python-tests.yml
@@ -46,4 +46,4 @@ jobs:
46
SKIP: nitpick
47
48
- name: Run tests
49
- run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1
+ run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1
pyproject.toml
@@ -54,7 +54,9 @@ fix-pre-commit = ["hatch run python3 -m scripts.fix_pre_commit"]
54
[tool.hatch.envs.hatch-test]
55
default-args = ["tests", "irclib"]
56
extra-args = ["-vv"]
57
-dependencies = [
+extra-dependencies = [
58
+ "coverage[toml]>=6.5",
59
+ "pytest>=6.0",
60
"irc-parser-tests",
61
]
62
0 commit comments