Skip to content

Commit 5a03200

Browse files
Update instance repo from cookiecutter template
1 parent c6b3c6b commit 5a03200

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "7e056bdb145ba1b4c2dbdadea9e8babf9fbc1d5f",
3+
"commit": "ef2960fd1649c36dc8601f11c06277e2ab2ce65a",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "7e056bdb145ba1b4c2dbdadea9e8babf9fbc1d5f"
39+
"_commit": "ef2960fd1649c36dc8601f11c06277e2ab2ce65a"
4040
}
4141
},
4242
"directory": null
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
from importlib.metadata import version
2-
31
from . import pl, pp, tl
42

53
__all__ = ["pl", "pp", "tl"]
6-
7-
__version__ = version("cookiecutter-scverse-instance")

tests/test_basic.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
import cookiecutter_scverse_instance
44

55

6-
def test_package_has_version():
7-
assert cookiecutter_scverse_instance.__version__ is not None
8-
9-
106
@pytest.mark.skip(reason="This decorator should be removed when test passes.")
117
def test_example():
128
assert 1 == 0 # This test is designed to fail.

0 commit comments

Comments
 (0)