Skip to content

Commit e742445

Browse files
authored
chore: remove pytest reference (#3)
# Description This PR will remove the pytest from pyproject.toml. Closes # <!-- Select quick/in-depth as necessary --> This PR needs a quick/an in-depth review. ## Checklist - [ ] Read through for typos, added new words to the dictionary - [ ] Checked that the README is up to date - [ ] Resolved any Ruff errors / formatted in Markdown
1 parent b15cae5 commit e742445

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "template-example-repo"
2+
name = "NAME"
33
version = "0.0.1"
44
description = ""
55
authors = [
@@ -11,25 +11,21 @@ maintainers = [
1111
"Kristiane Beicher <kris.beicher@clin.au.dk>",
1212
]
1313
readme = "README.md"
14-
repository = "https://github.com/seedcase-project/template-example-repo"
14+
repository = "https://github.com/seedcase-project/REPO"
1515
license = "MIT"
1616

1717
[tool.poetry.urls]
18-
"Bug Tracker" = "https://github.com/seedcase-project/template-example-repo/issues"
18+
"Bug Tracker" = "https://github.com/seedcase-project/REPO/issues"
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.12"
2222
polars = "^1.24.0"
2323
pyjanitor = "^0.30.0"
2424
seedcase-sprout = {git = "https://github.com/seedcase-project/seedcase-sprout.git"}
2525

26-
[tool.poetry.group.test.dependencies]
27-
pytest = "^8.3.2"
28-
2926
[tool.poetry.group.dev.dependencies]
3027
ruff = "^0.6.2"
3128

3229
[build-system]
3330
requires = ["poetry-core"]
3431
build-backend = "poetry.core.masonry.api"
35-

0 commit comments

Comments
 (0)