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 fd139da commit ac03fcbCopy full SHA for ac03fcb
pixi.toml
@@ -15,6 +15,10 @@ profile = "bundler exec jekyll build --profile"
15
next = "python ./utils/newsletter.py"
16
git = "python utils/git_parser.py"
17
newsletter = { depends-on = ["git", "next"] }
18
+setup-hooks = "pre-commit install"
19
+test = "pytest tests/ -v"
20
+test-cov = "pytest tests/ -v --cov=utils --cov-report=term-missing"
21
+test-fast = "pytest tests/ -v -x"
22
23
[dependencies]
24
python = ">=3.12.3,<3.13"
@@ -28,6 +32,9 @@ tqdm = ">=4.66.2,<4.67"
28
32
requests = ">=2.31.0,<2.32"
29
33
pre-commit = ">=3.1.1,<3.8"
30
34
pydantic = ">=2.7.3,<2.8"
35
+pytest = ">=7.4.0,<8.0"
36
+pytest-cov = ">=4.1.0,<5.0"
37
+pytest-mock = ">=3.11.0,<4.0"
31
38
39
[feature.all-contrib.dependencies]
40
nodejs = "*"
0 commit comments