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 79bddcd commit 3310243Copy full SHA for 3310243
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 -k BetweenSemverMatcherTests
+addopts = --verbose --cov=splitio --cov-report xml
17
python_classes=*Tests
18
19
[build_sphinx]
splitio/models/splits.py
@@ -19,10 +19,7 @@
"combiner": "AND",
20
"matchers": [
21
{
22
- "keySelector": {
23
- "trafficType": "user",
24
- "attribute": None
25
- },
+ "keySelector": None,
26
"matcherType": "ALL_KEYS",
27
"negate": False,
28
"userDefinedSegmentMatcherData": None,
0 commit comments