We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a481b55 commit f6ec062Copy full SHA for f6ec062
.github/workflows/test.yml
@@ -33,9 +33,9 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python3 -m pip install --upgrade pip
36
- python3 -m pip install --upgrade setuptools wheel setuptools_scm ruff
+ python3 -m pip install --upgrade setuptools wheel setuptools_scm
37
python3 -m pip install sphinx
38
- python3 -m pip install ".[test,twisted]"
+ python3 -m pip install ".[test,twisted,dev]"
39
40
- name: Ruff
41
pyproject.toml
@@ -60,6 +60,9 @@ testscenarios
60
testresources"""
61
twisted = """
62
Twisted"""
63
+dev = """
64
+ruff==0.4.4
65
+"""
66
67
[tool.files]
68
packages = "testtools"
0 commit comments