Skip to content

Commit fb94992

Browse files
committed
MAINT: Add cooldown period
1 parent e4a5fe6 commit fb94992

2 files changed

Lines changed: 493 additions & 446 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,11 @@ markers = [
116116
"integration: marks a test as an integration test",
117117
"skipunlessroxar: skip this test unless Roxar license",
118118
]
119+
120+
[tool.uv]
121+
exclude-newer = "1 week"
122+
# Exclude specific package(s) we maintain for quick iteration
123+
124+
[tool.uv.exclude-newer-package]
125+
"xtgeo" = false
126+

0 commit comments

Comments
 (0)