We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13e38e commit f66d6adCopy full SHA for f66d6ad
setup.cfg
@@ -13,7 +13,7 @@ test=pytest
13
14
[tool:pytest]
15
ignore_glob=./splitio/_OLD/*
16
-addopts = --verbose --cov=splitio --cov-report xml
+addopts = --verbose --cov=splitio --cov-report xml -k LocalhostIntegrationTests
17
python_classes=*Tests
18
19
[build_sphinx]
0 commit comments