mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-29 20:42:24 +01:00
13 lines
345 B
Diff
13 lines
345 B
Diff
diff --git a/pytest.ini b/pytest.ini
|
|
index baef2a8..95365d2 100644
|
|
--- a/pytest.ini
|
|
+++ b/pytest.ini
|
|
@@ -1,6 +1,5 @@
|
|
[pytest]
|
|
norecursedirs=dist build .tox .eggs
|
|
-addopts=--doctest-modules --flake8 --black --cov --cov-append
|
|
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
|
|
filterwarnings=
|
|
# https://github.com/pytest-dev/pytest/issues/6928
|
|
|