Skip to content

Commit cdd78e5

Browse files
committed
test: add pytest-randomly to cuda_bindings
1 parent c4079dd commit cdd78e5

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

cuda_bindings/pixi.lock

Lines changed: 43 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cuda_bindings/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cuda-bindings = { path = "." }
1616
[feature.test.dependencies]
1717
pytest = ">=6.2.4"
1818
pytest-benchmark = ">=3.4.1"
19+
pytest-randomly = "*"
1920
pyglet = ">=2.1.9"
2021
numpy = "*"
2122

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ test = [
4040
"numpy>=1.21.1",
4141
"pytest>=6.2.4",
4242
"pytest-benchmark>=3.4.1",
43+
"pytest-randomly",
4344
"pyglet>=2.1.9",
4445
]
4546

0 commit comments

Comments
 (0)