summaryrefslogtreecommitdiff
path: root/ptr.py
diff options
context:
space:
mode:
Diffstat (limited to 'ptr.py')
-rw-r--r--ptr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptr.py b/ptr.py
index 52fb7b4..8a2da90 100644
--- a/ptr.py
+++ b/ptr.py
@@ -105,7 +105,7 @@ class PyTest(orig.test):
reqs
for (name, sep, marker), reqs in spec_extras
# never include extras that fail to pass marker eval
- if marker and not self.marker_passes(marker)
+ if self.marker_passes(marker)
# include unnamed extras or all if self.extras indicated
and (not name or self.extras)
)