File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 2525 enable-cache : true
2626 - name : 🧽 🐍
2727 run : |-
28+ uv venv
2829 uv pip sync requirements.txt
2930 ruff check .
3031 black --check .
Original file line number Diff line number Diff line change @@ -29,3 +29,9 @@ dependencies = [
2929xtest = [" pytest" ]
3030bdd = [" behave" , " pyyaml" ]
3131linting = [" black" , " pyright" , " ruff" ]
32+
33+ [dependency-groups ]
34+ dev = [
35+ " pytest>=8.4.1" ,
36+ " ruff>=0.12.9" ,
37+ ]
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
2- # uv pip compile pyproject.toml -o requirements.txt
2+ # uv pip compile --group dev pyproject.toml -o requirements.txt
33annotated-types == 0.7.0
44 # via
55 # opentdf-tests (pyproject.toml)
@@ -37,15 +37,21 @@ idna==3.10
3737 # opentdf-tests (pyproject.toml)
3838 # requests
3939iniconfig == 2.1.0
40- # via opentdf-tests (pyproject.toml)
40+ # via
41+ # opentdf-tests (pyproject.toml)
42+ # pytest
4143jsonschema == 4.25.0
4244 # via opentdf-tests (pyproject.toml)
4345jsonschema-specifications == 2025.4.1
4446 # via jsonschema
4547packaging == 25.0
46- # via opentdf-tests (pyproject.toml)
48+ # via
49+ # opentdf-tests (pyproject.toml)
50+ # pytest
4751pluggy == 1.6.0
48- # via opentdf-tests (pyproject.toml)
52+ # via
53+ # opentdf-tests (pyproject.toml)
54+ # pytest
4955pycparser == 2.22
5056 # via
5157 # opentdf-tests (pyproject.toml)
@@ -56,6 +62,10 @@ pydantic-core==2.33.2
5662 # via
5763 # opentdf-tests (pyproject.toml)
5864 # pydantic
65+ pygments == 2.19.2
66+ # via pytest
67+ pytest == 8.4.1
68+ # via opentdf-tests (pyproject.toml:dev)
5969referencing == 0.36.2
6070 # via
6171 # jsonschema
@@ -66,6 +76,8 @@ rpds-py==0.27.0
6676 # via
6777 # jsonschema
6878 # referencing
79+ ruff == 0.12.9
80+ # via opentdf-tests (pyproject.toml:dev)
6981smmap == 5.0.2
7082 # via gitdb
7183typing-extensions == 4.14.1
@@ -74,7 +86,6 @@ typing-extensions==4.14.1
7486 # construct-typing
7587 # pydantic
7688 # pydantic-core
77- # referencing
7889 # typing-inspection
7990typing-inspection == 0.4.1
8091 # via pydantic
You can’t perform that action at this time.
0 commit comments