Skip to content

Commit bd7c8c6

Browse files
committed
test: add pytest-randomly to cuda_pathfinder
1 parent ea45bbf commit bd7c8c6

3 files changed

Lines changed: 61 additions & 0 deletions

File tree

cuda_pathfinder/pixi.lock

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

cuda_pathfinder/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cuda-pathfinder = { path = "." }
1414
pytest = ">=6.2.4"
1515
pytest-mock = "*"
1616
pytest-repeat = "*"
17+
pytest-randomly = "*"
1718

1819
[feature.cu12.system-requirements]
1920
cuda = "12"

cuda_pathfinder/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test = [
1515
"pytest>=6.2.4",
1616
"pytest-mock",
1717
"pytest-repeat",
18+
"pytest-randomly",
1819
]
1920
# Internal organization of test dependencies.
2021
cu12 = [

0 commit comments

Comments
 (0)