summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-04-27 11:25:37 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2019-05-09 19:36:38 -0300
commitf1183c242275eafd5ad5e594bd631f694c18833a (patch)
tree3cb830cc8585f01869e48d592e36829bb21e9991 /tox.ini
parent685ca96c71d21611bb695a966121815ce1a44e5e (diff)
downloadpytest-f1183c242275eafd5ad5e594bd631f694c18833a.tar.gz
Remove the 'issue' marker from test suite
It doesn't seem to add much value (why would one execute tests based on that marker?), plus using the docstring for that encourages one to write a more descriptive message about the test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3c1ca65b7..e9517b63c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -172,7 +172,6 @@ filterwarnings =
ignore::_pytest.warning_types.PytestUnknownMarkWarning
pytester_example_dir = testing/example_scripts
markers =
- issue
slow
[flake8]