Skip to content

Commit 35d6eef

Browse files
committed
Version bump, add test markers back to toml
1 parent 01616aa commit 35d6eef

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@ source = "file"
5656
path = "timm/version.py"
5757

5858
[tool.pytest.ini_options]
59-
testpaths = ['tests']
59+
testpaths = ['tests']
60+
markers = [
61+
"base: marker for model tests using the basic setup",
62+
"cfg: marker for model tests checking the config",
63+
"torchscript: marker for model tests using torchscript",
64+
"features: marker for model tests checking feature extraction",
65+
"fxforward: marker for model tests using torch fx (only forward)",
66+
"fxbackward: marker for model tests using torch fx (only backward)",
67+
]

timm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.15dev0'
1+
__version__ = '0.9.16dev0'

0 commit comments

Comments
 (0)