Skip to content

Commit 19f8774

Browse files
committed
remove traces of pytest
1 parent d38ad8a commit 19f8774

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies = [
3737
]
3838

3939
[project.optional-dependencies]
40-
test = ["pytest>=7"]
4140
docs = [ "sphinx>=7"]
4241

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

52-
[tool.pytest.ini_options]
53-
minversion = "7"
54-
addopts = ["-ra", "--strict-config", "--strict-markers", "--junitxml=xunit-results/TEST-results.xml"]
55-
testpaths = ["test"]
56-
log_cli_level = "INFO"
57-
norecursedirs = ["test/*"]
58-
faulthandler_timeout = 1500
59-
xfail_strict = true
60-
filterwarnings = [
61-
"error"
62-
]
63-
6451
[tool.mypy]
6552
strict = true
6653
show_error_codes = true
@@ -87,7 +74,6 @@ select = [
8774
"PGH", # pygrep-hooks
8875
"PIE", # flake8-pie
8976
"PL", # pylint
90-
"PT", # flake8-pytest-style
9177
"PTH", # flake8-use-pathlib
9278
"RET", # flake8-return
9379
"RUF", # Ruff-specific

test/test_basic.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)