summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-13 09:40:47 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-12-21 02:24:15 +0000
commitc42cbb1c60c5b5d1798ebe470100ed26fb02506d (patch)
tree2c9caadc9c7425c676b9d985fe023fbdcecf0ed2 /conftest.py
parent159e9a141366d6f10eddc3ae3df20d8cf9c7afd0 (diff)
downloadpython-setuptools-git-c42cbb1c60c5b5d1798ebe470100ed26fb02506d.tar.gz
Disable pytest plugins in integration tests via -p no:*
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/conftest.py b/conftest.py
index c4e4fec5..96431a57 100644
--- a/conftest.py
+++ b/conftest.py
@@ -20,10 +20,6 @@ def pytest_addoption(parser):
def pytest_configure(config):
config.addinivalue_line("markers", "integration: indicate integration tests")
- if config.option.integration:
- # Assume unit tests and flake already run
- config.option.flake8 = False
-
collect_ignore = [
'tests/manual_test.py',