Skip to content

Commit

Permalink
Backoff pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Feb 5, 2024
1 parent c4293d5 commit 8abfe3a
Showing 1 changed file with 13 additions and 28 deletions.
41 changes: 13 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,27 @@ description = "An automated Slack bot to syndicate local events into Slack chann
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
version="0.1.0"
authors = [
{ name = "Olivia Sculley", email = "[email protected]" },
]
keywords = [
"automation",
"black",
"bolt",
"bot",
"pylint",
"pytest",
"slack"
]
version = "0.1.0"
authors = [{ name = "Olivia Sculley", email = "[email protected]" }]
keywords = ["automation", "black", "bolt", "bot", "pylint", "pytest", "slack"]
dependencies = [
"aiohttp==3.9.3",
"fastapi==0.109.2",
"python_dateutil==2.8.2",
"pytz==2024.1",
"slack_bolt==1.18.1",
"uvicorn==0.27.0.post1"
"uvicorn==0.27.0.post1",
]

[project.optional-dependencies]
test = [
"black==24.1.1",
"httpx==0.26.0",
"isort==5.13.2",
"pylint==3.0.3",
"pytest==8.0.0",
"pytest-asyncio==0.23.4",
"ssort==0.11.6"
"black==24.1.1",
"httpx==0.26.0",
"isort==5.13.2",
"pylint==3.0.3",
"pytest==7.4.4",
"pytest-asyncio==0.23.4",
"ssort==0.11.6",
]

[project.urls]
Expand All @@ -43,13 +33,8 @@ Documentation = "https://github.com/hackgvl/slack-events-bot/blob/dev/README.md"
Repository = "https://github.com/hackgvl/slack-events-bot.git"

[tool.pytest.ini_options]
pythonpath = [
".",
"src"
]
norecursedirs = [
"tests/helpers"
]
pythonpath = [".", "src"]
norecursedirs = ["tests/helpers"]

[tool.isort]
profile = "black"

0 comments on commit 8abfe3a

Please sign in to comment.