Skip to content

Commit

Permalink
remove traces of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Oct 24, 2024
1 parent d38ad8a commit 19f8774
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies = [
]

[project.optional-dependencies]
test = ["pytest>=7"]
docs = [ "sphinx>=7"]

[project.urls]
Expand All @@ -49,18 +48,6 @@ Tracker = "https://github.com/mongodb-labs/django-mongodb/issues"
[tool.setuptools.dynamic]
version = {attr = "django_mongodb.__version__"}

[tool.pytest.ini_options]
minversion = "7"
addopts = ["-ra", "--strict-config", "--strict-markers", "--junitxml=xunit-results/TEST-results.xml"]
testpaths = ["test"]
log_cli_level = "INFO"
norecursedirs = ["test/*"]
faulthandler_timeout = 1500
xfail_strict = true
filterwarnings = [
"error"
]

[tool.mypy]
strict = true
show_error_codes = true
Expand All @@ -87,7 +74,6 @@ select = [
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PL", # pylint
"PT", # flake8-pytest-style
"PTH", # flake8-use-pathlib
"RET", # flake8-return
"RUF", # Ruff-specific
Expand Down
5 changes: 0 additions & 5 deletions test/test_basic.py

This file was deleted.

0 comments on commit 19f8774

Please sign in to comment.