summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--pytest.ini6
-rw-r--r--setup.cfg5
3 files changed, 5 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 47c65a442..b4267878b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,4 @@
exclude ChangeLog # At least 'https://pylint.pycqa.org/en/latest/whatsnew/' is not downloaded for each install
-exclude pytest.ini
recursive-exclude elisp *
recursive-exclude doc *
recursive-exclude tests *
diff --git a/pytest.ini b/pytest.ini
deleted file mode 100644
index 24b952c04..000000000
--- a/pytest.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[pytest]
-python_files=*test_*.py
-addopts=-m "not acceptance"
-markers =
- acceptance:
- benchmark: Baseline of pylint performance, if this regress something serious happened
diff --git a/setup.cfg b/setup.cfg
index 0ad92d31a..d8865bae2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,3 +61,8 @@ test = pytest
[tool:pytest]
testpaths = tests
+python_files=*test_*.py
+addopts=-m "not acceptance"
+markers =
+ acceptance:
+ benchmark: Baseline of pylint performance, if this regress something serious happened